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.
Diff: bricks/morse.h
- Revision:
- 0:9bbb539e0614
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bricks/morse.h Thu Dec 08 08:07:23 2016 +0000 @@ -0,0 +1,9 @@ +// morse.h - send a morse pattern to LED1 +#ifndef _MORSE_H_ +#define _MORSE_H_ + +#include <mbed.h> + +void morse(double periode, char *pattern); + +#endif // _MORSE_H_ \ No newline at end of file