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.
Dependents: ISR_Mini-explorer_Rangefinder
Fork of ISR_Mini-explorer by
Diff: robot.h
- Revision:
- 5:43215ff15665
- Parent:
- 4:f6fddeae358e
--- a/robot.h Thu Apr 19 15:44:26 2018 +0000 +++ b/robot.h Fri May 11 19:21:28 2018 +0000 @@ -14,7 +14,7 @@ float X=20; float Y=20; -float THETA; +float THETA=0; Encoder esquerdo(&i2c, &mutex_i2c0, 0); Encoder direito(&i2c1, &mutex_i2c1, 1); Thread thread;
