Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 0:a614bd85c560, committed 2014-04-03
- 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