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: N5110 ShiftReg Tone mbed
ModeD/ModeD.h@1:76241e21ec61, 2017-03-13 (annotated)
- Committer:
- eencae
- Date:
- Mon Mar 13 07:01:51 2017 +0000
- Revision:
- 1:76241e21ec61
- Parent:
- 0:d5312060f649
Fixed type in Shift declaration.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| eencae | 0:d5312060f649 | 1 | #ifndef MODED_H |
| eencae | 0:d5312060f649 | 2 | #define MODED_H |
| eencae | 0:d5312060f649 | 3 | |
| eencae | 0:d5312060f649 | 4 | #include "mbed.h" |
| eencae | 0:d5312060f649 | 5 | #include "main.h" |
| eencae | 0:d5312060f649 | 6 | |
| eencae | 0:d5312060f649 | 7 | // function prototypes |
| eencae | 0:d5312060f649 | 8 | void mode_D(); |
| eencae | 0:d5312060f649 | 9 | |
| eencae | 0:d5312060f649 | 10 | #endif |