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: mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP
Fork of SystemManagement by
Diff: CANController/CANController.h
- Revision:
- 24:f58a3c0071c3
- Parent:
- 22:fc802e7715f8
--- a/CANController/CANController.h Fri Nov 07 21:17:01 2014 +0000
+++ b/CANController/CANController.h Fri Nov 07 21:26:46 2014 +0000
@@ -6,7 +6,7 @@
enum ContrlPinName{
FAN1, FAN2, FAN3, PUMP
-}
+};
class CANController{
public:
@@ -20,4 +20,6 @@
private:
FanPump *contrl_pins[6];
DC dc;
-}
\ No newline at end of file
+};
+
+#endif
\ No newline at end of file
