reef monitor
Dependencies: mbed-rtos EthernetInterface FatFileSystemCpp MCP23S17 SDFileSystem mbed
Fork of HTTPServerHelloWorld by
Diff: Services/Actuators/ActuatorsController.h
- Revision:
- 10:372c882b5533
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Services/Actuators/ActuatorsController.h Sun Mar 02 18:15:47 2014 +0000 @@ -0,0 +1,15 @@ +#ifndef ACTUATORS_CONTROLLER_H +#define ACTUATORS_CONTROLLER_H + +#include "mbed.h" +#include "MCP23S17.h" + +class ActuatorsController { + private: + MCP23S17* ioPort; + public: + ActuatorsController(SPI* spiHandler); + +}; + +#endif \ No newline at end of file