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: MPU6050_V3 mbed-rtos mbed
Fork of BroBot_RTOS_Development by
waypoint.h
- Committer:
- csharer
- Date:
- 2017-03-22
- Revision:
- 18:ee252b8f7430
- Parent:
- 16:3a85662fb740
File content as of revision 18:ee252b8f7430:
#ifndef _WAYPOINT_H #define _WAYPOINT_H typedef struct waypoints { float targetPosition; float targetAngle; }WAYPOINTS; #endif