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
Fork of PsiSwarm-BeaconDemo_Bluetooth by
Diff: PsiSwarm/psiswarm.cpp
- Revision:
- 3:cd048f6e544e
- Parent:
- 2:a6214fd156ff
- Child:
- 4:25039ea5eb09
--- a/PsiSwarm/psiswarm.cpp Mon Oct 05 14:42:16 2015 +0000 +++ b/PsiSwarm/psiswarm.cpp Mon Oct 05 20:42:37 2015 +0000 @@ -68,6 +68,10 @@ int ultrasonic_distance = 0; char ultrasonic_distance_updated = 0; + +float line_position = 0; +char line_found = 0; + unsigned short background_ir_values [8]; unsigned short illuminated_ir_values [8]; float reflected_ir_distances [8];
