Files
Scanning the repository...
Last update 6 years 1 month
by Tom Whitwell
| FilesCollateralalt.firmwareutauta_RM_Blink | |
|---|---|
| .. | |
| RM_Blink.ino | |
| config.h | |
| led.ino | |
| uta_RM_Blink.ino |
config.h#ifndef __CONFIG_H__ #define __CONFIG_H__ #define MAX_FILES 75 #define BANKS 16 #define LED0 6 #define LED1 5 #define LED2 4 #define LED3 3 #endif