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: SegDisplay.h
- Revision:
- 0:691f916fe587
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SegDisplay.h Sun May 02 16:25:11 2021 +0000 @@ -0,0 +1,7 @@ +#ifndef SEGDISPLAY_H +#define SEGDISPLAY_H +#include "mbed.h" +extern BusOut Seg1; //dopušta Seg1 da bude korišten i manipuliran od strane drugih datoteka +void SegInit(void); +char SegConvert(int SegValue); +#endif \ No newline at end of file