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
ModeB/ModeB.h@0:d5312060f649, 2017-03-08 (annotated)
- Committer:
- eencae
- Date:
- Wed Mar 08 20:05:58 2017 +0000
- Revision:
- 0:d5312060f649
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
eencae | 0:d5312060f649 | 1 | #ifndef MODEB_H |
eencae | 0:d5312060f649 | 2 | #define MODEB_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_B(); |
eencae | 0:d5312060f649 | 9 | |
eencae | 0:d5312060f649 | 10 | #endif |