Lab 1 Part 1
Dependencies: mbed
Revision 4:840b77c5f7c1, committed 2018-01-18
- Comitter:
- Nydrel
- Date:
- Thu Jan 18 02:43:45 2018 +0000
- Parent:
- 3:9efbb5b3166e
- Commit message:
- Changed the LED from pin30 to pin26 (PWMout)
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Jan 18 02:17:11 2018 +0000 +++ b/main.cpp Thu Jan 18 02:43:45 2018 +0000 @@ -1,6 +1,5 @@ #include "mbed.h" -//#include "PinDetect.h" -DigitalOut myled(p30); +DigitalOut myled(p26); DigitalIn pb(p16); int main() {