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 TTU_CSC1300
Revision 1:52c4dc3237b5, committed 2020-11-12
- Comitter:
- jzlimbaugh
- Date:
- Thu Nov 12 01:28:20 2020 +0000
- Parent:
- 0:268a8b67fdbe
- Commit message:
- Turn on the led and buzzer then wait to turn them off and wait according to the resistance of the potentiometer.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Nov 11 21:22:47 2020 +0000 +++ b/main.cpp Thu Nov 12 01:28:20 2020 +0000 @@ -3,7 +3,7 @@ * Lab Title:Reading and Processing Analog Inputs * Author(s):Jerrald Limbaugh * Date:November 11th - * Purpose:Turn on Led and Buzzer then wait turn them off then wail acording to the resestance of the Potentiometer. + * Purpose:Turn on Led and Buzzer then wait turn them off then wail according to the resistance of the Potentiometer. */ #include "mbed.h"