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.h
- Revision:
- 4:aac4aef5726e
- Parent:
- 2:bb85bae1c1de
diff -r 2172e7bc28f7 -r aac4aef5726e NixieTube.h
--- a/NixieTube.h Wed Dec 14 15:39:38 2016 +0000
+++ b/NixieTube.h Thu Dec 15 23:06:06 2016 +0000
@@ -10,7 +10,7 @@
~NixieTube();
void update_individual_nixie_tube(int,int);
void update_all_nixie_tube(int,int,int,int);
- void set_dim(float,int);
+ void set_dim(float);
void debug_digits();
private:
DigitalOut _sdi;