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
Fork of 1620_Project_Template by
Diff: ModeA/ModeA.h
- Revision:
- 0:d5312060f649
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ModeA/ModeA.h Wed Mar 08 20:05:58 2017 +0000 @@ -0,0 +1,11 @@ +#ifndef MODEA_H +#define MODEA_H + +#include "mbed.h" +#include "main.h" + +// function prototypes +void mode_A(); + + +#endif \ No newline at end of file
