Changeset d6fbdfb in orbit
- Timestamp:
- 06/05/13 04:55:38 (9 years ago)
- Branches:
- master, RawEEG, Servo, Tab_Interface, pyramid
- Children:
- ab9d63b
- Parents:
- 969e7b2
- Location:
- android
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
android/.classpath
ra763394 rd6fbdfb 5 5 <classpathentry exported="true" kind="lib" path="libs/ThinkGear.jar"/> 6 6 <classpathentry kind="lib" path="libs/usb-serial-for-android-v010.jar"/> 7 <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> 7 8 <classpathentry kind="src" path="src"/> 8 9 <classpathentry kind="src" path="gen"/> -
android/src/info/puzzlebox/orbit/OrbitActivity.java
r969e7b2 rd6fbdfb 938 938 * which is used to fly the helicopter 939 939 */ 940 941 // Set Attention and Meditation to zero if we've lost signal 942 if (eegSignal < 100) { 943 eegAttention = 0; 944 eegMeditation = 0; 945 progressBarAttention.setProgress(eegAttention); 946 progressBarMeditation.setProgress(eegMeditation); 947 } 940 948 941 949 eegPower = calculateSpeed();
Note: See TracChangeset
for help on using the changeset viewer.