mirror of
https://github.com/Robertofon/1D-pong.git
synced 2024-11-23 07:12:27 +01:00
19 lines
341 B
C
Executable file
19 lines
341 B
C
Executable file
#include "pins_arduino.h"
|
|
|
|
//DIO
|
|
#define GPIO23 23
|
|
#define GPIO22 22
|
|
#define GPIO18 18 // SPI CLK
|
|
#define GPIO19 19
|
|
#define GPIO21 21 // guter LED-out pin
|
|
|
|
//ADIO
|
|
#define GPIO25 25
|
|
#define GPIO26 26
|
|
#define GPIO27 27
|
|
#define GPIO32 32
|
|
#define GPIO33 33
|
|
#define GPIO34 34
|
|
#define GPIO35 35
|
|
#define GPIO36 36
|
|
#define GPIO39 39
|