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.
Dependencies: mbed
segmentni.h@0:2531c2b824f9, 2021-05-06 (annotated)
- Committer:
- dcindric
- Date:
- Thu May 06 18:55:48 2021 +0000
- Revision:
- 0:2531c2b824f9
- Child:
- 1:1b7ec94fe4ab
Konstukcijski Cindric
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| dcindric | 0:2531c2b824f9 | 1 | // SegDisplay.h file for Exercise 24 |
| dcindric | 0:2531c2b824f9 | 2 | #ifndef SEGMENTNI_H |
| dcindric | 0:2531c2b824f9 | 3 | #define SEGMENTNI_H |
| dcindric | 0:2531c2b824f9 | 4 | #include "mbed.h" |
| dcindric | 0:2531c2b824f9 | 5 | |
| dcindric | 0:2531c2b824f9 | 6 | extern BusOut Seg; // allow Seg1 to be manipulated by other files |
| dcindric | 0:2531c2b824f9 | 7 | void SegConvert(int SegValue); // function prototype |
| dcindric | 0:2531c2b824f9 | 8 | #endif |