Programme qui génère du pwm

Dependencies:   mbed

Fork of Nucleo_sg90_remote_control by Yves Roy

Revision:
1:39c0d160f44c
Parent:
0:52104be74a8a
diff -r 52104be74a8a -r 39c0d160f44c main.cpp
--- a/main.cpp	Fri Mar 24 17:34:09 2017 +0000
+++ b/main.cpp	Tue Dec 12 07:57:01 2017 +0000
@@ -9,7 +9,7 @@
 InterruptIn userButton(USER_BUTTON);
 int index;
 int pulseDurationInMicroSeconds[]=
-      {1500,1625,1750,1875,2000, 1875,1750,1625,1500,1375,1250,1125,1000,1125,1250,1375};    
+     {1500,1625,1750,1875,2000, 1875,1750,1625,1500,1375,1250,1125,1000,1125,1250,1375};    
 void responseToUserButtonPressed(void)
 {
     index++;