Kevin Chen
/
HelloWorld
a
Fork of HelloWorld by
Hardware.h
- Committer:
- kevinmadethis
- Date:
- 2016-10-29
- Revision:
- 5:402ac8c92d76
- Parent:
- 3:641eefd1110b
File content as of revision 5:402ac8c92d76:
#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