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.
Diff: People/People_test.h
- Revision:
- 82:3211b31e9421
- Parent:
- 38:75bd968daa31
- Child:
- 85:87bc28b151d8
--- a/People/People_test.h Mon May 25 15:59:14 2020 +0000
+++ b/People/People_test.h Mon May 25 18:39:51 2020 +0000
@@ -25,7 +25,7 @@
// Draws people
people.draw_people(lcd, d_, map.get_length_map(), map.get_position_x_map());
- // gets the position of person as it's random
+ // Gets the position of person as it's random
Vector2D people_pos = people.get_pos();
// Reads pixel where person is expected to be drawn
@@ -55,7 +55,7 @@
printf("collision = %s : " ,expected_collision ? "true" : "false");
- // initialise alien to people posision
+ // Initialise alien to people posision
alien.init(pad,expected_x,43);
// Checks collision function