Pacemaker code Implementation for SFWRENG 3K04
Dependencies: FXOS8700Q Queue mbed-rtos mbed
Fork of Pacemaker by
voor.h@21:fc6c33206152, 2016-11-24 (annotated)
- Committer:
- trane3
- Date:
- Thu Nov 24 03:39:31 2016 +0000
- Revision:
- 21:fc6c33206152
- Parent:
- 19:d58e1e1a9a24
Eric temp changes
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
trane3 | 7:4eb590c7e064 | 1 | #pragma once |
trane3 | 7:4eb590c7e064 | 2 | #include "mbed.h" |
trane3 | 8:75c1dd8b0d61 | 3 | #include "pulse.h" |
trane3 | 7:4eb590c7e064 | 4 | |
trane3 | 7:4eb590c7e064 | 5 | class voor { |
trane3 | 7:4eb590c7e064 | 6 | public: |
trane3 | 7:4eb590c7e064 | 7 | voor(); |
trane3 | 7:4eb590c7e064 | 8 | ~voor(); |
trane3 | 8:75c1dd8b0d61 | 9 | voor(pulse*); |
trane3 | 19:d58e1e1a9a24 | 10 | voor(pulse*, chamberData*); |
trane3 | 7:4eb590c7e064 | 11 | void startPace(); |
trane3 | 8:75c1dd8b0d61 | 12 | private: |
trane3 | 8:75c1dd8b0d61 | 13 | pulse* voorPulse; |
trane3 | 19:d58e1e1a9a24 | 14 | chamberData* voorChamber; |
trane3 | 8:75c1dd8b0d61 | 15 | |
trane3 | 7:4eb590c7e064 | 16 | }; |