- Timestamp:
- 12/25/12 18:56:45 (10 years ago)
- Branches:
- master, RawEEG, Raw_EEG_Plot, Servo, Tab_Interface, pyramid
- Children:
- a763394
- Parents:
- bb28823
- Location:
- iOS/Orbit
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
iOS/Orbit/Orbit/AppDelegate.h
r2aabdf3 r067ea71 3 3 // Orbit 4 4 // 5 // Created by Jonathon Horsman on 17/12/2012.6 5 // Copyright (c) 2012 Puzzlebox Productions, LLC. All rights reserved. 6 // Originally created by Jonathon Horsman. 7 // 8 // This code is released under the GNU Public License (GPL) version 2 9 // For more information please refer to http://www.gnu.org/copyleft/gpl.html 7 10 // 8 11 -
iOS/Orbit/Orbit/AppDelegate.m
r2aabdf3 r067ea71 3 3 // Orbit 4 4 // 5 // Created by Jonathon Horsman on 17/12/2012.6 5 // Copyright (c) 2012 Puzzlebox Productions, LLC. All rights reserved. 6 // Originally created by Jonathon Horsman. 7 // 8 // This code is released under the GNU Public License (GPL) version 2 9 // For more information please refer to http://www.gnu.org/copyleft/gpl.html 7 10 // 8 11 -
iOS/Orbit/Orbit/ViewController.h
rdaf54d5 r067ea71 3 3 // Orbit 4 4 // 5 // Created by Jonathon Horsman on 17/12/2012.6 5 // Copyright (c) 2012 Puzzlebox Productions, LLC. All rights reserved. 6 // Originally created by Jonathon Horsman. 7 // 8 // This code is released under the GNU Public License (GPL) version 2 9 // For more information please refer to http://www.gnu.org/copyleft/gpl.html 7 10 // 8 11 -
iOS/Orbit/Orbit/ViewController.m
rbb28823 r067ea71 3 3 // Orbit 4 4 // 5 // Created by Jonathon Horsman on 17/12/2012.6 5 // Copyright (c) 2012 Puzzlebox Productions, LLC. All rights reserved. 6 // Originally created by Jonathon Horsman. 7 // 8 // This code is released under the GNU Public License (GPL) version 2 9 // For more information please refer to http://www.gnu.org/copyleft/gpl.html 7 10 // 8 11 … … 14 17 15 18 #define AUDIO_FILE_NAME @"throttle_hover_ios.wav" // @"iOS_noflip.wav" // 16 //#define AUDIO_FILE_NAME @"iOS_noflip.wav"17 19 #define POOR_SIGNAL_KEY @"poorSignal" 18 20 #define ATTENTION_KEY @"eSenseAttention" -
iOS/Orbit/Orbit/main.m
r2aabdf3 r067ea71 3 3 // Orbit 4 4 // 5 // Created by Jonathon Horsman on 17/12/2012.6 5 // Copyright (c) 2012 Puzzlebox Productions, LLC. All rights reserved. 6 // Originally created by Jonathon Horsman. 7 // 8 // This code is released under the GNU Public License (GPL) version 2 9 // For more information please refer to http://www.gnu.org/copyleft/gpl.html 7 10 // 8 11 -
iOS/Orbit/orbit.xcodeproj/project.pbxproj
rae32e69 r067ea71 22 22 28174C84167F30C400104752 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28174C83167F30C400104752 /* AVFoundation.framework */; }; 23 23 28C10EEC16875BC100ECFD59 /* throttle_hover_ios.wav in Resources */ = {isa = PBXBuildFile; fileRef = 28C10EEB16875BC100ECFD59 /* throttle_hover_ios.wav */; }; 24 28C10EEF16875C9200ECFD59 /* iOS_noflip.wav in Resources */ = {isa = PBXBuildFile; fileRef = 28C10EEE16875C9200ECFD59 /* iOS_noflip.wav */; };25 24 28C10EF1168760CA00ECFD59 /* HOW_TO_USE.txt in Resources */ = {isa = PBXBuildFile; fileRef = 28C10EF0168760CA00ECFD59 /* HOW_TO_USE.txt */; }; 26 25 52FA364416899B5D004C280A /* ic_launcher-57x57.png in Resources */ = {isa = PBXBuildFile; fileRef = 52FA364316899B5D004C280A /* ic_launcher-57x57.png */; }; … … 51 50 28174C83167F30C400104752 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; 52 51 28C10EEB16875BC100ECFD59 /* throttle_hover_ios.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = throttle_hover_ios.wav; sourceTree = "<group>"; }; 53 28C10EEE16875C9200ECFD59 /* iOS_noflip.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = iOS_noflip.wav; sourceTree = "<group>"; };54 52 28C10EF0168760CA00ECFD59 /* HOW_TO_USE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = HOW_TO_USE.txt; sourceTree = "<group>"; }; 55 53 52FA364316899B5D004C280A /* ic_launcher-57x57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ic_launcher-57x57.png"; sourceTree = "<group>"; }; … … 144 142 28174C6E167F2EA900104752 /* Orbit-Prefix.pch */, 145 143 28C10EEB16875BC100ECFD59 /* throttle_hover_ios.wav */, 146 28C10EEE16875C9200ECFD59 /* iOS_noflip.wav */,147 144 ); 148 145 name = "Supporting Files"; … … 203 200 28174C7A167F2EAA00104752 /* MainStoryboard.storyboard in Resources */, 204 201 28C10EEC16875BC100ECFD59 /* throttle_hover_ios.wav in Resources */, 205 28C10EEF16875C9200ECFD59 /* iOS_noflip.wav in Resources */,206 202 28C10EF1168760CA00ECFD59 /* HOW_TO_USE.txt in Resources */, 207 203 52FA364416899B5D004C280A /* ic_launcher-57x57.png in Resources */,
Note: See TracChangeset
for help on using the changeset viewer.