demo project

Dependencies:   AX-12A Dynamixel mbed iothub_client EthernetInterface NTPClient ConfigFile SDFileSystem iothub_amqp_transport mbed-rtos proton-c-mbed wolfSSL

Utils/ControllerUtil.h

Committer:
henryrawas
Date:
2016-01-23
Revision:
18:224289104fc0
Child:
19:2f0ec9ac1238

File content as of revision 18:224289104fc0:

/* 
Copyright (c) 2015 Jonathan Pickett & Microsoft. Some appropriate open source license.
*/

#ifndef __CONTROLLER_UTIL_H__
#define __CONTROLLER_UTIL_H__

extern void PushPositionAlert(RobotArm& robotArm);
extern void PushLoadAlert(RobotArm& robotArm);
extern void PushTemperatureAlert(RobotArm& robotArm);
extern void PushVoltageAlert(RobotArm& robotArm);
extern void PushHardwareAlert(int partIx, int code);
extern bool PushMeasurements(int partSize, RobotArm& robotArm);

#endif