Projet Voicetronics2 BTSSE LAP

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
PaulSmain
Date:
Fri Mar 28 12:59:24 2014 +0000
Commit message:
v1

Changed in this revision

10V.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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/10V.cpp	Fri Mar 28 12:59:24 2014 +0000
@@ -0,0 +1,11 @@
+#include "mbed.h"
+
+AnalogOut V (p18);
+
+int main ()
+{   while (1) {
+     for(float i = 0; i<1.1; i+=0.1) {
+         V = i;
+         wait(1);            }
+              }
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Fri Mar 28 12:59:24 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/8e73be2a2ac1
\ No newline at end of file