YX ZHANG
/
NiXie
hello Nixie
Fork of NiXie by
Diff: Nixie/Nixie.h
- Revision:
- 1:ad106a887eb8
- Parent:
- 0:b5bd2bc3c14d
- Child:
- 2:57e4a4136076
--- a/Nixie/Nixie.h Fri Jun 16 07:07:15 2017 +0000 +++ b/Nixie/Nixie.h Thu Jun 29 09:59:01 2017 +0000 @@ -23,6 +23,7 @@ public: Nixie(PinName _DIO, PinName _SCK, PinName _RCK); void NixieShow(int Num, int Pos, bool WithDot); + void NixieShowNumber(int Number); protected: DigitalOut DIO;