Commit Graph

13 Commits

Author SHA1 Message Date
22ecc8f1e6 Removed bin directory 2012-12-11 12:12:02 -05:00
efb63070a2 Updated ioio library to the lastest code
Orignal code pulled from git://github.com/ytai/ioio.git

Please note that built in Android Open Accessory support is included in
Android 3.1 (API Level 12). If you want to use Android 2.3.4 (API Level
10) amd higher, you will need to use the Add-On Support Library.
2012-12-11 11:06:07 -05:00
b8a55682d4 I removed IOIOManager, IOIOThread, and IOIOListener
Thier functionality have been replaced by IOIOAndroidApplicationHelper

Change-Id: I8a4d7a647e7e78a078c08929be93a1dd18cbf70f
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-12 11:44:22 -04:00
5f51c1caa1 Started to update the library to API 3.22 RC
Change-Id: I8eaf3151b1d405799eb582564f0e1e8fbcb7744c
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-12 00:53:13 -04:00
2b1ee23cff Removed Tracking for generated files
Change-Id: Ic035613089de15141acf6e1270a70aa97480769e
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-03-04 23:15:35 -05:00
e510b09138 Removed the word "test"
Change-Id: I85dd6035b75f704719f8ac5678b4a2711bf3e23a
2012-02-01 11:01:53 -05:00
40c2ec2e9b yet another test commit
Change-Id: I43372c0508f4ca2b7160b6123b46d7331edb1ada
2012-02-01 01:33:47 -05:00
c04832c94e Added a way to check if the stat led is enabled from IOIOManager 2012-01-28 18:09:01 -05:00
8633e303bf Reduced Logging from error to verbose. 2012-01-28 15:27:15 -05:00
aef0901a07 IOIOListener.java
added throws InterruptedException to loop()

IOIOThread.java
added a catch for InterruptedException in run()
removed catch for Exception in run()
added a catch for IncompatibilityException in run()
added Loging
2012-01-28 15:24:52 -05:00
4fcb1cffa2 Added RC_PWM_PULSE_WIDTH_MAX, RC_PWM_PULSE_WIDTH_MIN, and
RC_PWM_PULSE_WIDTH_NEUTRAL to IOIOValues.java
2012-01-24 13:30:02 -05:00
02f9ee73fd Added RC_PWM_PULSE_WIDTH_MAX, RC_PWM_PULSE_WIDTH_MIN, and
RC_PWM_PULSE_WIDTH_NEUTRAL to IOIOValues.java
2012-01-24 13:27:36 -05:00
d0434145ab Initial commit 2012-01-24 13:04:09 -05:00