Files
mixly3-server/arduino-libs/arduino-cli/libraries/QDPEsp8266Port/QDPEsp8266Port.h

19 lines
239 B
C

#ifndef QDPEsp8266Port_h
#define QDPEsp8266Port_h
#define P1L 4
#define P1R 5
#define P2L A0
#define P2R 0
#define P4L 14
#define P4R 12
#define PBL 0
#define PBR 16
#define P2R_start 13
#define BuzzerPin 15
#define ButtonPin 2
#endif