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:
- 5:bfedd53bfd09
- Parent:
- 4:c3007ca446ec
- Child:
- 6:c344e6b93f34
--- a/JOG_EIXO_Z.cpp Thu May 13 12:24:42 2021 +0000 +++ b/JOG_EIXO_Z.cpp Thu May 13 12:29:15 2021 +0000 @@ -4,7 +4,7 @@ AnalogIn eixo_X(A0); AnalogIn eixo_Y(A1); -AnalogIn eixo_Z(A2); //Precisa ser verificado +AnalogIn eixo_Z(A2); InterruptIn posicao_salva(PA_8); InterruptIn botao_emergencia(PB_10);