javier vicente / Mbed 2 deprecated MASTER_STEPPER

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
javiervicente
Date:
Wed Dec 09 17:22:58 2020 +0000
Parent:
0:2ef3f0a3ce31
Commit message:
ff

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- 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()
 {
--- 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
--- /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