demo project
Dependencies: AX-12A Dynamixel mbed iothub_client EthernetInterface NTPClient ConfigFile SDFileSystem iothub_amqp_transport mbed-rtos proton-c-mbed wolfSSL
ControllerIo.h
- Committer:
- henryrawas
- Date:
- 2016-01-06
- Revision:
- 10:9b21566a5ddb
- Child:
- 13:ffeff9b5e513
File content as of revision 10:9b21566a5ddb:
/* Copyright (c) 2015 Jonathan Pickett & Microsoft. Some appropriate open source license. */ #ifndef __CONTROLLERIO_H__ #define __CONTROLLERIO_H__ #include "mbed.h" extern void ShowLedGreen(); extern void ShowLedRed(); extern void ShowLedBlue(); #endif