tim010 tim010 / Mbed 2 deprecated LV5_PAI_Grupa6_tim010_zadatak2

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
tim010
Date:
Thu Apr 03 14:55:08 2014 +0000
Commit message:
LV5 - PAI - Grupa 6 - Tim010

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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Apr 03 14:55:08 2014 +0000
@@ -0,0 +1,14 @@
+#include "mbed.h"
+AnalogIn x(dp9);
+PwmOut y(dp18);
+
+int main()
+{
+    wait_ms(50);
+    y.period_us(50);
+    while(1)
+    {
+        y = x;
+    }
+
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Apr 03 14:55:08 2014 +0000
@@ -0,0 +1,1 @@
+http://world3.dev.mbed.org/users/mbed_official/code/mbed/builds/824293ae5e43
\ No newline at end of file