
class
Dependencies: mbed ADXL345 Adafruit_GFX
Revision 2:0e750a9195a3, committed 2021-06-15
- Comitter:
- hunjang
- Date:
- Tue Jun 15 05:45:44 2021 +0000
- Parent:
- 1:880f220d437a
- Commit message:
- EMBED
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed May 19 07:55:36 2021 +0000 +++ b/main.cpp Tue Jun 15 05:45:44 2021 +0000 @@ -19,7 +19,7 @@ AnalogOut myAnalogOut(PA_4); #endif -Timer t1, t2; +Timer t1, t2; Ticker t3, t4; InterruptIn myButton(PC_13); InterruptIn exButton(PC_11);