- Timestamp:
- 12/25/12 17:19:34 (10 years ago)
- Branches:
- master, RawEEG, Raw_EEG_Plot, Servo, Tab_Interface, pyramid
- Children:
- e89a5eb
- Parents:
- daf54d5
- Location:
- iOS/Orbit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
iOS/Orbit/Orbit/ViewController.m
rdaf54d5 rae32e69 41 41 [self.meditationThreshold addTarget:self action:@selector(calculatePowerValues) forControlEvents:UIControlEventValueChanged]; 42 42 [self calculatePowerValues]; 43 43 44 } 44 45 … … 53 54 - (void) appForegrounded 54 55 { 55 // EAAccessory *accessory = [[TGAccessoryManager sharedTGAccessoryManager] accessory];56 // if (accessory != nil) {57 // [self logMessage:[NSString stringWithFormat:@"App opened with %@ connected. Starting data stream", accessory.name]];58 // [[TGAccessoryManager sharedTGAccessoryManager] startStream];59 // }60 56 [self resetViews]; // just in case it didn't happen on close 61 57 } … … 66 62 [self resetOutputToZero]; 67 63 self.log.text = @""; 64 [self printInstructions]; 65 66 } 67 68 - (void) printInstructions 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"]; 68 71 } 69 72 -
iOS/Orbit/orbit.xcodeproj/project.pbxproj
r2aabdf3 rae32e69 305 305 GCC_PREFIX_HEADER = "Orbit/Orbit-Prefix.pch"; 306 306 INFOPLIST_FILE = "Orbit/Orbit-Info.plist"; 307 IPHONEOS_DEPLOYMENT_TARGET = 5. 1;307 IPHONEOS_DEPLOYMENT_TARGET = 5.0; 308 308 LIBRARY_SEARCH_PATHS = ( 309 309 "$(inherited)", … … 322 322 GCC_PREFIX_HEADER = "Orbit/Orbit-Prefix.pch"; 323 323 INFOPLIST_FILE = "Orbit/Orbit-Info.plist"; 324 IPHONEOS_DEPLOYMENT_TARGET = 5. 1;324 IPHONEOS_DEPLOYMENT_TARGET = 5.0; 325 325 LIBRARY_SEARCH_PATHS = ( 326 326 "$(inherited)",
Note: See TracChangeset
for help on using the changeset viewer.