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: DAQ mbed-rtos mbed
Diff: Module.h
- Revision:
- 2:7f7eb0cc78a4
- Parent:
- 0:6ee88b4152dc
--- a/Module.h Thu Apr 24 10:39:09 2014 +0000 +++ b/Module.h Wed Apr 30 11:41:10 2014 +0000 @@ -3,7 +3,7 @@ #include "Uart.h" #include "Packet.h" -#include "DummyDAQ.h" +#include "DAQ.h" #include "rtos.h" class Uart; @@ -12,7 +12,7 @@ { private: Uart *uart; - DummyDAQ *daq; + DAQ *daq; //local variables uint8_t ID[2];