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: FanPump/FanPump.cpp
- Revision:
- 18:915a235bc099
- Parent:
- 17:c9ce210f6654
diff -r c9ce210f6654 -r 915a235bc099 FanPump/FanPump.cpp
--- a/FanPump/FanPump.cpp Sat Oct 25 03:28:55 2014 +0000
+++ b/FanPump/FanPump.cpp Sat Oct 25 15:54:19 2014 +0000
@@ -2,6 +2,7 @@
static FanPump* instance[6] = { NULL }; // Access pwm object by channel#
const int PCLK = 24e6; // 24Mhz clock
+uint32_t FanPump::period_us = 0.0;
// Interrupt handler, must be called from static context, calls all the slew functions
void pwmIRQ() {
