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 1:52b7ac862f35, committed 2020-12-09
- Comitter:
 - javiervicente
 - Date:
 - Wed Dec 09 17:22:58 2020 +0000
 - Parent:
 - 0:2ef3f0a3ce31
 - Commit message:
 - ff
 
Changed in this revision
diff -r 2ef3f0a3ce31 -r 52b7ac862f35 main.cpp
--- a/main.cpp	Tue Dec 01 12:20:10 2020 +0000
+++ b/main.cpp	Wed Dec 09 17:22:58 2020 +0000
@@ -4,13 +4,10 @@
 
 
 DigitalOut led(LED1);
-DigitalOut step(D2);
-DigitalOut dir(D3);
-DigitalOut enable(D4);
+DigitalOut step(D13);
+DigitalOut dir(D12);
+DigitalOut enable(D11);
 
-#define DATA_PIN D4
-
-DS1820 probe(DATA_PIN);
 
 int main()
 {
diff -r 2ef3f0a3ce31 -r 52b7ac862f35 mbed-os.lib --- a/mbed-os.lib Tue Dec 01 12:20:10 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -https://github.com/ARMmbed/mbed-os/#cf4f12a123c05fcae83fc56d76442015cb8a39e9
diff -r 2ef3f0a3ce31 -r 52b7ac862f35 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Wed Dec 09 17:22:58 2020 +0000 @@ -0,0 +1,1 @@ +https://mbed.org/users/mbed_official/code/mbed/builds/0f02307a0877 \ No newline at end of file