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 BeaconDemo_RobotCode by
Diff: beacon.h
- Revision:
- 11:7b3ee540ba56
- Parent:
- 9:085e090e1ec1
diff -r 1b09d4bb847b -r 7b3ee540ba56 beacon.h --- a/beacon.h Mon Oct 26 23:58:08 2015 +0000 +++ b/beacon.h Tue Oct 27 00:13:49 2015 +0000 @@ -1,8 +1,10 @@ /// PsiSwarm Beautiful Meme Project Source Code -/// Version 0.1 +/// Version 0.2 /// James Hilder, Alan Millard, Homero Elizondo, Jon Timmis /// University of York +// beacon.h - Functions for detecting the beacon and taking IR readings of the robots + #ifndef BEACON_H #define BEACON_H
