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
Fork of Lab_6_WaG by
Diff: wag.cpp
- Revision:
- 57:aef01bd9b3be
- Child:
- 58:69f9a4607a16
- Child:
- 59:6b3a52d87465
diff -r 048b30c9f2a1 -r aef01bd9b3be wag.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wag.cpp Thu Apr 12 15:09:50 2018 +0000 @@ -0,0 +1,20 @@ +/****************************************************************************** +* EECS 397 +* +* Assignment Name: Lab 7: WaG +* +* Authors: Sam Morrison and Phong Nguyen +* File name: wag.cpp +* Purpose: Wag functions +* +* Created: 04/12/2018 +* Last Modified: 04/12/2018 +* +******************************************************************************/ + +#include "mbed.h" +#include "io_pins.h" +#include "wag.h" +#include <stdlib.h> +#include <stdio.h> +#include <string.h> \ No newline at end of file