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: mbed
Diff: Doodler/Doodler.h
- Revision:
- 13:10851784af9a
- Parent:
- 10:e1d2289705ef
- Child:
- 14:529f798adae4
--- a/Doodler/Doodler.h Wed Apr 17 17:53:27 2019 +0000
+++ b/Doodler/Doodler.h Thu Apr 18 14:54:51 2019 +0000
@@ -12,7 +12,7 @@
~Doodler();
void init(int radius);
void draw(N5110 &lcd);
- void update(Direction d, float mag, float current_vel_x, double current_vel_y);
+ void update(Direction d, float mag);
float get_velocity_x();
double get_velocity_y();
float get_position_x();