This commit is contained in:
2019-02-21 21:51:04 +01:00
commit 5775046b39
72 changed files with 36472 additions and 0 deletions

14
BlinkM.h Normal file
View File

@@ -0,0 +1,14 @@
/*
BlinkM.h
Library header file for BlinkM library
*/
#if (ARDUINO >= 100)
# include "Arduino.h"
#else
# include "WProgram.h"
#endif
#include "Wire.h"
void SendColors(byte red, byte grn, byte blu);