Lab 1 Part 1

Dependencies:   mbed

Files at this revision

API Documentation at this revision

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() {