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.
Fork of Assignment2_ver2 by
Hardware.h
- Committer:
- oopakhooo
- Date:
- 2016-10-26
- Revision:
- 3:641eefd1110b
- Parent:
- 2:e2ae43e8acab
- Child:
- 7:6dc42e1a2a81
File content as of revision 3:641eefd1110b:
#include <string> using namespace std; #include "mbed.h" #ifndef HARDWARE_H #define HARDWARE_H int get_(); extern DigitalOut output_pin_A; extern DigitalOut output_pin_V; #endif