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:691f916fe587, 2021-05-02 (annotated)
- Committer:
- ssunara
- Date:
- Sun May 02 16:25:11 2021 +0000
- Revision:
- 0:691f916fe587
Semafor s odbrojavanjem trajanja signalizacije.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ssunara | 0:691f916fe587 | 1 | #ifndef SEGDISPLAY_H |
ssunara | 0:691f916fe587 | 2 | #define SEGDISPLAY_H |
ssunara | 0:691f916fe587 | 3 | #include "mbed.h" |
ssunara | 0:691f916fe587 | 4 | extern BusOut Seg1; //dopušta Seg1 da bude korišten i manipuliran od strane drugih datoteka |
ssunara | 0:691f916fe587 | 5 | void SegInit(void); |
ssunara | 0:691f916fe587 | 6 | char SegConvert(int SegValue); |
ssunara | 0:691f916fe587 | 7 | #endif |