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.
SegDisplay.h@0:aea33cabb0cc, 2021-07-12 (annotated)
- Committer:
- miroslavjovanovic99
- Date:
- Mon Jul 12 19:27:09 2021 +0000
- Revision:
- 0:aea33cabb0cc
SpremnikVode
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| miroslavjovanovic99 | 0:aea33cabb0cc | 1 | #ifndef SEGDISPLAY_H |
| miroslavjovanovic99 | 0:aea33cabb0cc | 2 | #define SEGDISPLAY_H |
| miroslavjovanovic99 | 0:aea33cabb0cc | 3 | #include "mbed.h" |
| miroslavjovanovic99 | 0:aea33cabb0cc | 4 | extern BusOut Seg1; //dopušta Seg1 da bude korišten i manipuliran od strane drugih datoteka |
| miroslavjovanovic99 | 0:aea33cabb0cc | 5 | void SegInit(void); |
| miroslavjovanovic99 | 0:aea33cabb0cc | 6 | char SegConvert(int SegValue); |
| miroslavjovanovic99 | 0:aea33cabb0cc | 7 | #endif |