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-rtos EthernetInterface FatFileSystemCpp MCP23S17 SDFileSystem mbed
Fork of HTTPServerHelloWorld by
ActuatorsController.h
00001 #ifndef ACTUATORS_CONTROLLER_H 00002 #define ACTUATORS_CONTROLLER_H 00003 00004 #include "mbed.h" 00005 #include "MCP23S17.h" 00006 00007 class ActuatorsController { 00008 private: 00009 MCP23S17* ioPort; 00010 public: 00011 ActuatorsController(SPI* spiHandler); 00012 00013 }; 00014 00015 #endif
Generated on Thu Jul 28 2022 23:53:25 by
1.7.2
