blinky lpc1768

Dependencies:   mbed

Fork of mbed-blinky-nucleo-f303k8 by richard misi

Files at this revision

API Documentation at this revision

Comitter:
RCMISbed
Date:
Wed Oct 03 10:32:20 2018 +0000
Parent:
1:01bef667dbe8
Commit message:
mbed blinky lpc1768

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Sep 30 16:55:30 2018 +0000
+++ b/main.cpp	Wed Oct 03 10:32:20 2018 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 
 #define TSample        0.001
-#define Periode        300
+#define Periode        900
 #define onTime          10
 
 DigitalOut led(LED1);