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: AX-12A Dynamixel mbed iothub_client EthernetInterface NTPClient ConfigFile SDFileSystem iothub_amqp_transport mbed-rtos proton-c-mbed wolfSSL
ControllerUtil.h
00001 // Copyright (c) Microsoft. All rights reserved. 00002 // Licensed under the MIT license. See LICENSE file in the project root for full license information. 00003 00004 #ifndef __CONTROLLER_UTIL_H__ 00005 #define __CONTROLLER_UTIL_H__ 00006 00007 extern void PushPositionAlert(RobotArm& robotArm); 00008 extern void PushLoadAlert(RobotArm& robotArm); 00009 extern void PushTemperatureAlert(RobotArm& robotArm); 00010 extern void PushVoltageAlert(RobotArm& robotArm); 00011 extern void PushHardwareAlert(int partIx, int code); 00012 extern bool PushMeasurements(int partSize, RobotArm& robotArm); 00013 00014 #endif
Generated on Tue Jul 12 2022 16:05:13 by
1.7.2