Files

copied
Last update 5 years 4 months by Afonso Muralha
FilesCODEFirmwareinclude
..
README
SPIFFS11111.h
boardpins.h
io.h
main.h
matrixdriver.h
wifip.h
boardpins.h
#ifndef BOARDPINS_H #define BOARDPINS_H #define LOW 0 #define HIGH 1 #define LED1 14 #define LED2 25 #define LED3 26 #define LED4 27 #define SWLEFT 0 #define SWCENTER 0 #define SWRIGHT 0 #define BATPIN 35 #endif
Report a bug