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:b3e5504ca0ac, committed 2018-10-09
- Comitter:
- abraha2d
- Date:
- Tue Oct 09 00:35:24 2018 +0000
- Commit message:
- Save point
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PinDetect.lib Tue Oct 09 00:35:24 2018 +0000 @@ -0,0 +1,1 @@ +http://os.mbed.com/users/AjK/code/PinDetect/#cb3afc45028b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Tue Oct 09 00:35:24 2018 +0000
@@ -0,0 +1,14 @@
+#include "mbed.h"
+
+AnalogOut ao(p18);
+PwmOut led(LED2);
+
+float t = 0.0f;
+
+int main()
+{
+ while(1) {
+ ao = sin(t) / 2.0f + 0.5f;
+ t += 0.31f;
+ }
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Tue Oct 09 00:35:24 2018 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/mbed_official/code/mbed/builds/e95d10626187 \ No newline at end of file