Changeset 80a3944 in orbit
- Timestamp:
- 08/03/13 04:34:11 (9 years ago)
- Branches:
- master, Servo, Tab_Interface, pyramid
- Children:
- 57e5db4
- Parents:
- c1c6a1d
- Location:
- iOS/Orbit
- Files:
-
- 10 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
iOS/Orbit/index.html
rde10cbc r80a3944 1 1 <!DOCTYPE html> 2 2 <html> 3 <head> 4 <meta name="viewport" content="width=device-width"> 5 <link rel="stylesheet" type="text/css" href="style.css"> 6 <title>Orbit Tutorial</title> 7 </head> 8 <body> 9 <h1>Step 1</h1> 10 <a class='next button' href="step2.html">Step 2 »</a> 11 </body> 3 <head> 4 <meta name="viewport" content="width=device-width"> 5 <link rel="stylesheet" type="text/css" href="style.css"> 6 <title>Orbit Tutorial</title> 7 </head> 8 <body> 9 <center> 10 <h1>Introduction</h1> 11 </center> 12 <a class='next button' href="step1.html">Next »</a> 13 </body> 12 14 </html> -
iOS/Orbit/orbit.xcodeproj/project.pbxproj
rde10cbc r80a3944 52 52 28F901301799436F003FB5ED /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28F9012F1799436F003FB5ED /* CoreBluetooth.framework */; }; 53 53 28F90133179973EC003FB5ED /* AudioGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 28F90132179973EC003FB5ED /* AudioGenerator.m */; }; 54 5284898217AC849F00D321A7 /* step1.html in Resources */ = {isa = PBXBuildFile; fileRef = 5284898117AC849F00D321A7 /* step1.html */; }; 55 5284898917AC866B00D321A7 /* step4.html in Resources */ = {isa = PBXBuildFile; fileRef = 5284898317AC866B00D321A7 /* step4.html */; }; 56 5284898A17AC866B00D321A7 /* step5.html in Resources */ = {isa = PBXBuildFile; fileRef = 5284898417AC866B00D321A7 /* step5.html */; }; 57 5284898B17AC866B00D321A7 /* step6.html in Resources */ = {isa = PBXBuildFile; fileRef = 5284898517AC866B00D321A7 /* step6.html */; }; 58 5284898C17AC866B00D321A7 /* step7.html in Resources */ = {isa = PBXBuildFile; fileRef = 5284898617AC866B00D321A7 /* step7.html */; }; 59 5284898D17AC866B00D321A7 /* step8.html in Resources */ = {isa = PBXBuildFile; fileRef = 5284898717AC866B00D321A7 /* step8.html */; }; 60 5284898E17AC866B00D321A7 /* step9.html in Resources */ = {isa = PBXBuildFile; fileRef = 5284898817AC866B00D321A7 /* step9.html */; }; 54 61 52922BA817004D1400A39146 /* libCorePlot-CocoaTouch.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 52922BA717004D1400A39146 /* libCorePlot-CocoaTouch.a */; }; 55 62 52FA364416899B5D004C280A /* ic_launcher-57x57.png in Resources */ = {isa = PBXBuildFile; fileRef = 52FA364316899B5D004C280A /* ic_launcher-57x57.png */; }; … … 117 124 28F90131179973EC003FB5ED /* AudioGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AudioGenerator.h; sourceTree = "<group>"; }; 118 125 28F90132179973EC003FB5ED /* AudioGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AudioGenerator.m; sourceTree = "<group>"; }; 126 5284898117AC849F00D321A7 /* step1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = step1.html; sourceTree = "<group>"; }; 127 5284898317AC866B00D321A7 /* step4.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = step4.html; sourceTree = "<group>"; }; 128 5284898417AC866B00D321A7 /* step5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = step5.html; sourceTree = "<group>"; }; 129 5284898517AC866B00D321A7 /* step6.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = step6.html; sourceTree = "<group>"; }; 130 5284898617AC866B00D321A7 /* step7.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = step7.html; sourceTree = "<group>"; }; 131 5284898717AC866B00D321A7 /* step8.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = step8.html; sourceTree = "<group>"; }; 132 5284898817AC866B00D321A7 /* step9.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = step9.html; sourceTree = "<group>"; }; 119 133 52922BA717004D1400A39146 /* libCorePlot-CocoaTouch.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libCorePlot-CocoaTouch.a"; sourceTree = "<group>"; }; 120 134 52922BA917004D4400A39146 /* CorePlot-CocoaTouch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CorePlot-CocoaTouch.h"; sourceTree = "<group>"; }; … … 224 238 children = ( 225 239 280D2AB417A802DB002D6863 /* index.html */, 240 5284898117AC849F00D321A7 /* step1.html */, 226 241 282B686F17ABD601003DA675 /* step2.html */, 242 282B687317ABDAB2003DA675 /* step3.html */, 243 5284898317AC866B00D321A7 /* step4.html */, 244 5284898417AC866B00D321A7 /* step5.html */, 245 5284898517AC866B00D321A7 /* step6.html */, 246 5284898617AC866B00D321A7 /* step7.html */, 247 5284898717AC866B00D321A7 /* step8.html */, 248 5284898817AC866B00D321A7 /* step9.html */, 227 249 282B687117ABD9EC003DA675 /* style.css */, 228 282B687317ABDAB2003DA675 /* step3.html */,229 250 ); 230 251 name = Tutorial; … … 507 528 282B687217ABD9EC003DA675 /* style.css in Resources */, 508 529 282B687417ABDAB2003DA675 /* step3.html in Resources */, 530 5284898217AC849F00D321A7 /* step1.html in Resources */, 531 5284898917AC866B00D321A7 /* step4.html in Resources */, 532 5284898A17AC866B00D321A7 /* step5.html in Resources */, 533 5284898B17AC866B00D321A7 /* step6.html in Resources */, 534 5284898C17AC866B00D321A7 /* step7.html in Resources */, 535 5284898D17AC866B00D321A7 /* step8.html in Resources */, 536 5284898E17AC866B00D321A7 /* step9.html in Resources */, 509 537 ); 510 538 runOnlyForDeploymentPostprocessing = 0; -
iOS/Orbit/step2.html
rde10cbc r80a3944 7 7 </head> 8 8 <body> 9 <h1>Step 2</h1> 10 <a class='prev button' href="index.html">« Index</a> 11 <a class='next button' href="step3.html">Step 3 »</a> 9 <center> 10 <h1>EEG Description</h1> 11 </center> 12 <a class='prev button' href="step1.html">« Back</a> 13 <a class='next button' href="step3.html">Next »</a> 12 14 </body> 13 15 </html> -
iOS/Orbit/step3.html
rde10cbc r80a3944 7 7 </head> 8 8 <body> 9 <h1>Step 3</h1> 10 <a class='prev button' href="step2.html">« Step 2</a> 9 <center> 10 <h1>Bluetooth Pairing</h1> 11 </center> 12 <a class='prev button' href="step2.html">« Back</a> 13 <a class='next button' href="step4.html">Next »</a> 11 14 </body> 12 15 </html>
Note: See TracChangeset
for help on using the changeset viewer.