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 HelloWorld by
Diff: Hardware.h
- Revision:
 - 3:641eefd1110b
 - Parent:
 - 2:e2ae43e8acab
 - Child:
 - 5:afabac4fce1b
 
diff -r e2ae43e8acab -r 641eefd1110b Hardware.h --- a/Hardware.h Mon Oct 24 01:11:37 2016 +0000 +++ b/Hardware.h Wed Oct 26 21:17:17 2016 +0000 @@ -1,9 +1,12 @@ #include <string> using namespace std; +#include "mbed.h" -#ifndef PACEHEART_H -#define PACEHEART_H +#ifndef HARDWARE_H +#define HARDWARE_H int get_(); +extern DigitalOut output_pin_A; +extern DigitalOut output_pin_V; #endif \ No newline at end of file
