
first commit
Diff: main.cpp
- Revision:
- 30:ab358e8a9e6a
- Parent:
- 29:17bec543a437
- Child:
- 31:d570f957e083
--- a/main.cpp Fri Nov 19 20:27:56 2021 +0000 +++ b/main.cpp Fri Nov 19 22:53:54 2021 +0000 @@ -19,6 +19,7 @@ Ticker controlUpdate; + int main() { @@ -53,8 +54,9 @@ //Sets the communication rate of the micro-controller to the Bluetooth module. pc.printf("Hello World!\n"); bt.printf("Hello World!\n"); -Timer t; -t.start(); +//Timer t; +//t.start(); + while(1) { wait(0.2); pc.printf("\n\n");