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:98aa84122685, committed 2018-05-02
- Comitter:
- linuxsonu
- Date:
- Wed May 02 09:37:36 2018 +0000
- Commit message:
- initial
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Wed May 02 09:37:36 2018 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+Serial pc(P0_29,P0_30);
+DigitalOut myled1(P0_13);
+int main() {
+ pc.baud(9600);
+ while(1) {
+ pc.printf("it worked");
+ }
+}
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os.lib Wed May 02 09:37:36 2018 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/linuxsonu/code/mbed-os/#087a10df380b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json Wed May 02 09:37:36 2018 +0000
@@ -0,0 +1,7 @@
+{
+ "target_overrides": {
+ "NRF52_DK": {
+ "target.uart_hwfc": 0
+ }
+ }
+}