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: MotionSensor mbed
Fork of Assignment2_ver3 by
Hardware.h@9:751e39d24c39, 2016-11-29 (annotated)
- Committer:
- weebgrammers
- Date:
- Tue Nov 29 22:06:14 2016 +0000
- Revision:
- 9:751e39d24c39
- Parent:
- 7:6dc42e1a2a81
r
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| Judorunner | 2:e2ae43e8acab | 1 | #include <string> | 
| Judorunner | 2:e2ae43e8acab | 2 | using namespace std; | 
| oopakhooo | 3:641eefd1110b | 3 | #include "mbed.h" | 
| weebgrammers | 7:6dc42e1a2a81 | 4 | #include "PaceHeart.h" | 
| oopakhooo | 3:641eefd1110b | 5 | #ifndef HARDWARE_H | 
| oopakhooo | 3:641eefd1110b | 6 | #define HARDWARE_H | 
| Judorunner | 2:e2ae43e8acab | 7 | |
| oopakhooo | 3:641eefd1110b | 8 | extern DigitalOut output_pin_A; | 
| oopakhooo | 3:641eefd1110b | 9 | extern DigitalOut output_pin_V; | 
| weebgrammers | 7:6dc42e1a2a81 | 10 | void Check_serial(Serial &pc,PaceHeart &Pacer); | 
| weebgrammers | 7:6dc42e1a2a81 | 11 | void Output_A(double amp,double wid); | 
| weebgrammers | 7:6dc42e1a2a81 | 12 | void Output_V(double amp,double wid); | 
| Judorunner | 2:e2ae43e8acab | 13 | #endif | 
