Programme qui génère du pwm

Dependencies:   mbed

Fork of Nucleo_sg90_remote_control by Yves Roy

Files at this revision

API Documentation at this revision

Comitter:
YROY2004
Date:
Tue Dec 12 07:57:01 2017 +0000
Parent:
0:52104be74a8a
Commit message:
CEGEP LIMOILOU; FORMATION CONTINUE; MII-S COURS 3

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- 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++;
--- a/mbed.bld	Fri Mar 24 17:34:09 2017 +0000
+++ b/mbed.bld	Tue Dec 12 07:57:01 2017 +0000
@@ -1,1 +1,1 @@
-https://mbed.org/users/mbed_official/code/mbed/builds/093f2bd7b9eb
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/093f2bd7b9eb
\ No newline at end of file