]> Pileus Git - ~andy/csm213a-hw/commit
Add Android app from Yue
authorAndy Spencer <andy753421@gmail.com>
Sat, 15 Mar 2014 10:32:20 +0000 (10:32 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sat, 15 Mar 2014 11:02:38 +0000 (11:02 +0000)
commit412d9da3a535a234f4d920f74b70cae647857cc5
treefb9b4efa5108bdf62df363099f2840cbd50086dc
parent1de5a34e0c1a32bb0c4c2872ad7c2a2c9e950a01
Add Android app from Yue
19 files changed:
syc/.gitignore [new file with mode: 0644]
syc/AndroidManifest.xml [new file with mode: 0644]
syc/makefile [new file with mode: 0644]
syc/res/drawable/ic_launcher.png [new file with mode: 0644]
syc/res/layout/activity_main.xml [new file with mode: 0644]
syc/res/layout/one_alert_layout.xml [new file with mode: 0644]
syc/res/layout/xively_cfg_layout.xml [new file with mode: 0644]
syc/res/menu/main.xml [new file with mode: 0644]
syc/res/values/dimens.xml [new file with mode: 0644]
syc/res/values/strings.xml [new file with mode: 0644]
syc/res/values/styles.xml [new file with mode: 0644]
syc/src/com/example/sycapp/EventGen.java [new file with mode: 0644]
syc/src/com/example/sycapp/FileLogger.java [new file with mode: 0644]
syc/src/com/example/sycapp/MainActivity.java [new file with mode: 0644]
syc/src/com/example/sycapp/SerialData.java [new file with mode: 0644]
syc/src/com/example/sycapp/SerialIO.java [new file with mode: 0644]
syc/src/com/example/sycapp/SerialPort.java [new file with mode: 0644]
syc/src/com/example/sycapp/Util.java [new file with mode: 0644]
syc/src/com/example/sycapp/XivelyUL.java [new file with mode: 0644]