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.
Diff: NixieTube.cpp
- Revision:
- 3:2172e7bc28f7
- Parent:
- 2:bb85bae1c1de
- Child:
- 4:aac4aef5726e
--- a/NixieTube.cpp Wed Dec 14 15:38:17 2016 +0000
+++ b/NixieTube.cpp Wed Dec 14 15:39:38 2016 +0000
@@ -20,7 +20,7 @@
digit3 = 3;
digit4 = 4;
curr_tube = 1;
- _cen.period_us(10000);
+ _cen.period_us(1000);
_cen.write(1.0);
std::printf("Starting Object\r\n");
tickSeq.attach(this, &NixieTube::nixie_shiftout, 0.001 );