Changeset 15db9b1 in pyramid
- Timestamp:
- 10/25/13 08:45:36 (9 years ago)
- Branches:
- master
- Children:
- 7d2ea4b
- Parents:
- c7fb035
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/Puzzlebox_Pyramid/Puzzlebox_Pyramid.ino
rc7fb035 r15db9b1 28 28 Original Author: Hao Zhang <hz@puzzlebox.info> 29 29 30 Last Modified 2013-10-2 430 Last Modified 2013-10-25 31 31 by Steve Castellotti <sc@puzzlebox.info> 32 32 … … 67 67 char _channel='A'; 68 68 char _command; 69 byte _attention_threshold = 70; //treshold for launching Orbit helicopter69 byte _attention_threshold = 67; //treshold for launching Orbit helicopter 70 70 int _throttle_hover=85; 71 71 … … 1115 1115 case 'x': setThrottle(); break; 1116 1116 case 'c': setColor(); break; 1117 case ' Y': setColorWheel(255, 255, 0); break;1117 case 'd': setColorWheel(255, 255, 0); break; // yellow 1118 1118 case 'w': parseColorWheel(); break; 1119 1119 case 's': setStartScreen(); break; 1120 case 'b': setColorWheel(0, 0, 0); break; // black 1120 1121 } 1121 1122 }
Note: See TracChangeset
for help on using the changeset viewer.