change structure continued

This commit is contained in:
Wolfgang Hottgenroth
2019-04-30 11:14:25 +00:00
parent 7e1f846dc5
commit e70087427e
37 changed files with 4975 additions and 0 deletions

22
sketch/rgbled.h Normal file
View File

@ -0,0 +1,22 @@
// Only modify this file to include
// - function definitions (prototypes)
// - include files
// - extern variable definitions
// In the appropriate section
#ifndef _rgbled_H_
#define _rgbled_H_
#include "Arduino.h"
//add your includes for the project rgbled here
//end of add your includes here
//add your function definitions for the project rgbled here
//Do not add code below this line
#endif /* _rgbled_H_ */