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
- Committer:
- ssunara
- Date:
- 2021-05-02
- Revision:
- 0:691f916fe587
File content as of revision 0:691f916fe587:
#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