Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 2:250c8d4f4201, committed 2021-04-23
- Comitter:
- kwstasfane1
- Date:
- Fri Apr 23 12:40:28 2021 +0000
- Parent:
- 1:d37c71b35a5a
- Commit message:
- dfs
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r d37c71b35a5a -r 250c8d4f4201 main.cpp --- a/main.cpp Thu Apr 22 15:34:40 2021 +0000 +++ b/main.cpp Fri Apr 23 12:40:28 2021 +0000 @@ -12,8 +12,8 @@ C12832 lcd(p5, p7, p6, p8, p11); //variables used for frequency, period and time interval measruements -float m_freq_hz; // = 120730.546423; //*10^6 Hz -float m_t_interval_ms; //= 988.056475; +float m_freq_hz; +float m_t_interval_ms; float period = 0.0; float count1 = 0.0;