Kojo / FourDigitLED

Dependents:   IF-SmartClock

Revision:
2:c4e8b2fd8f7e
Parent:
1:c94aa39af4c7
Child:
3:73f31aea935a
--- a/FourDigitLED.h	Fri Jun 26 08:01:58 2015 +0000
+++ b/FourDigitLED.h	Wed Jul 01 22:05:56 2015 +0000
@@ -20,7 +20,8 @@
   ~FourDigitLED();
   bool attach(SegmentValue *v) ;
   void start(void) ;
-  unsigned int setPtn(int d, unsigned int ptn) ;
+  unsigned int getPtn(int d) ;
+  unsigned int setPtn(int d, unsigned int ptn, unsigned int mask) ;
   int setNum(int d, int n) ;
   int setDot(int d, bool n) ;
   void test(int n) ;