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@18:ee252b8f7430, 2017-03-22 (annotated)
- Committer:
- csharer
- Date:
- Wed Mar 22 21:01:07 2017 +0000
- Revision:
- 18:ee252b8f7430
- Parent:
- 16:3a85662fb740
Balance Bot Code Cleaned for Lab handout
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
arvindnr89 | 16:3a85662fb740 | 1 | #ifndef _WAYPOINT_H |
arvindnr89 | 16:3a85662fb740 | 2 | #define _WAYPOINT_H |
arvindnr89 | 16:3a85662fb740 | 3 | |
arvindnr89 | 16:3a85662fb740 | 4 | typedef struct waypoints { |
arvindnr89 | 16:3a85662fb740 | 5 | float targetPosition; |
arvindnr89 | 16:3a85662fb740 | 6 | float targetAngle; |
arvindnr89 | 16:3a85662fb740 | 7 | }WAYPOINTS; |
arvindnr89 | 16:3a85662fb740 | 8 | |
arvindnr89 | 16:3a85662fb740 | 9 | #endif |