- Timestamp:
- 12/25/12 18:37:11 (10 years ago)
- Branches:
- master, RawEEG, Raw_EEG_Plot, Servo, Tab_Interface, pyramid
- Children:
- 067ea71
- Parents:
- e89a5eb
- Location:
- iOS/Orbit/Orbit
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
iOS/Orbit/Orbit/ViewController.m
rae32e69 rbb28823 68 68 - (void) printInstructions 69 69 { 70 [self logMessage:@" Welcome to Puzzlebox Orbit!\n\nInstructions for Use:\n1. Pair with to EEG headset under Bluetooth Settings\n2. Attach infrared dongle to headphone port\n3. Raise volume to maximum level\n4. Press Connect button below to begin processing\n5. When Attention or Meditation levels cross the indicated threshold, the helicopter will take off"];70 [self logMessage:@"\nWelcome to Puzzlebox Orbit!\n\nInstructions for Use:\n1. Pair with EEG headset under Bluetooth Settings\n2. Attach infrared dongle to headphone port\n3. Raise volume to maximum level\n4. Press Connect button below to begin processing\n5. When Attention or Meditation levels cross the indicated threshold, the helicopter will take off\n\nPlease visit http://orbit.puzzlebox.info for more details"]; 71 71 } 72 72 … … 227 227 // audioPlayer.volume = [self currentPowerLevel]; 228 228 if ([self currentPowerLevel] > 0) { 229 audioPlayer.volume = 1 00;229 audioPlayer.volume = 1.0; 230 230 [audioPlayer play]; 231 231 } else {
Note: See TracChangeset
for help on using the changeset viewer.