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: HCSR04 Motor mbed
Diff: functions.h
- Revision:
- 4:0507835a3dce
- Child:
- 7:d94d23c55015
- Child:
- 9:7770a84228c0
diff -r 7f7a82bf59b9 -r 0507835a3dce functions.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/functions.h Sat May 23 15:05:18 2015 +0000 @@ -0,0 +1,10 @@ +// Header file for functions.cpp + +int read_line1(); +int read_line2(); +int detect_line(); +void reverse(float speed); +void reverseandturn(float speed); +void charge(float speed); +void stop(); +int detect_object(int range, float speed); \ No newline at end of file