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
Repository for the 2015 OhmBoyZ Capstone group.
Revision 2:a17facee23c1, committed 2015-11-17
- Comitter:
- Krabby127
- Date:
- Tue Nov 17 17:56:50 2015 +0000
- Parent:
- 1:d901038c4bd2
- Child:
- 3:7285d6ff672b
- Commit message:
- TEST
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Nov 17 17:26:59 2015 +0000 +++ b/main.cpp Tue Nov 17 17:56:50 2015 +0000 @@ -8,7 +8,6 @@ int main() { float meas; float b; - float offset; printf("\nAnalogIn example\n"); while(1) { meas = analog_value.read(); // Converts and read the analog input value (value from 0.0 to 1.0)