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: FourDigitLED.h
- 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) ;