Changeset 17625c3 in pyramid
- Timestamp:
- 10/09/13 10:23:54 (7 years ago)
- Branches:
- master
- Children:
- a96666e
- Parents:
- f46f0fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/Puzzlebox_Pyramid/Puzzlebox_Pyramid.ino
rfd3931e r17625c3 320 320 321 321 322 if(digitalRead(BUTTON_PIN) ){ //if needs pair322 if(digitalRead(BUTTON_PIN)==0){ //if needs pair 323 323 //update RGB Panel, Red Indicates it's pairing new headset 324 324 RGB_Panel[5][0]=255; … … 393 393 //If Bluetooth connection is established, top LED blue. 394 394 // Otherwise top LED red. 395 if(digitalRead(A1)){//D5 for Pyramid Shield, A1 for testing 395 // if(digitalRead(A1)){//D5 for Pyramid Shield, A1 for testing 396 if(digitalRead(5)){//D5 for Pyramid Shield, A1 for testing 396 397 397 398 RGB_Panel[11][0]=0;
Note: See TracChangeset
for help on using the changeset viewer.