Example program for BLE devices using updated Puck library.
Fork of location-puck by
Revision 1:345039810771, committed 2014-06-19
- Comitter:
- cristea
- Date:
- Thu Jun 19 10:40:24 2014 +0200
- Parent:
- 0:f4fbeaabdff5
- Child:
- 2:67d603617000
- Commit message:
- Remove remains from old not working software
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Jun 19 08:28:07 2014 +0000
+++ b/main.cpp Thu Jun 19 10:40:24 2014 +0200
@@ -16,28 +16,16 @@
clear();
led2 = 1;
wait(delta);
-
- clear();
- led3 = 1;
- wait(delta);
-
- clear();
- led4 = 1;
- wait(delta);
}
void drums(float delta) {
clear();
led1 = 1;
wait(delta);
-
- clear();
- led4 = 1;
- wait(delta);
}
int main() {
while(1) {
drums(0.3);
}
-}
\ No newline at end of file
+}
