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.
Dependencies: mbed
Diff: JOG_EIXO_Z.cpp
- Revision:
- 15:a0927f239a4c
- Parent:
- 14:2b72dd426da1
- Child:
- 16:8c6cbd446ae8
--- a/JOG_EIXO_Z.cpp Fri May 14 19:46:31 2021 +0000 +++ b/JOG_EIXO_Z.cpp Sun May 16 11:22:12 2021 +0000 @@ -4,7 +4,7 @@ AnalogIn eixo_Z(A0); -InterruptIn posicao_salva(PA_8); +InterruptIn posicao_salva(PA_15); InterruptIn botao_emergencia(PB_10); BusOut motor_z(PB_1, PB_15, PB_14, PB_13);