Changeset a96666e in pyramid
- Timestamp:
- 10/09/13 11:03:55 (9 years ago)
- Branches:
- master
- Children:
- 240e339
- Parents:
- 17625c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/RGB_HEX/RGB_HEX.ino
rf46f0fc ra96666e 22 22 23 23 #include <Wire.h> 24 #define DEBUG 024 #define DEBUG 1 25 25 26 26 int b1 = 3; … … 42 42 int availableBytes=0; 43 43 44 //byte RGB[12][3]={45 // {255,0,0},46 // {255,255,0},47 // {0,255,0},48 // {0,255,255},49 // {0,0,255},50 // {128,0,255},51 // {255,0,0},52 // {255,255,0},53 // {0,255,0},54 // {0,255,255},55 // {0,0,255},56 // {128,0,255},57 // };58 44 byte RGB[12][3]={ 59 45 {255,255,255},
Note: See TracChangeset
for help on using the changeset viewer.