read history of temperatures on user click
Dependencies: BSP_B-L475E-IOT01
Revision 1:57a53e16f6e6, committed 2018-12-06
- Comitter:
- iandil
- Date:
- Thu Dec 06 16:30:27 2018 +0000
- Parent:
- 0:c105215e1c51
- Commit message:
- fixed time interval;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r c105215e1c51 -r 57a53e16f6e6 main.cpp --- a/main.cpp Thu Dec 06 16:23:36 2018 +0000 +++ b/main.cpp Thu Dec 06 16:30:27 2018 +0000 @@ -128,7 +128,7 @@ - ticker.attach(&readData, 4); + ticker.attach(&readData, 60); }