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 filesystem TextLCD
Fork of Projeto_Mecatronico by
posicionamento.h@24:098413c4c0bb, 2022-05-17 (annotated)
- Committer:
- ricardoparanhos
- Date:
- Tue May 17 14:37:57 2022 +0000
- Revision:
- 24:098413c4c0bb
- Parent:
- 22:7c38592facf5
- Child:
- 36:6e46a3e4df6c
17/05/22 - 11h38m
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ricardoparanhos | 22:7c38592facf5 | 1 | |
| ricardoparanhos | 22:7c38592facf5 | 2 | #ifndef POSICIONAMENTO_H |
| ricardoparanhos | 22:7c38592facf5 | 3 | #define POSICIONAMENTO_H |
| ricardoparanhos | 22:7c38592facf5 | 4 | |
| ricardoparanhos | 21:16619d0c69ad | 5 | #include "mbed.h" |
| ricardoparanhos | 21:16619d0c69ad | 6 | #include "JOG.h" |
| ricardoparanhos | 21:16619d0c69ad | 7 | #include "analog.h" |
| ricardoparanhos | 22:7c38592facf5 | 8 | #include "posicao.h" |
| ricardoparanhos | 22:7c38592facf5 | 9 | #include "home.h" |
| ricardoparanhos | 22:7c38592facf5 | 10 | #include "LCD.h" |
| ricardoparanhos | 21:16619d0c69ad | 11 | extern DigitalIn arrow_right_button; |
| ricardoparanhos | 22:7c38592facf5 | 12 | extern DigitalIn arrow_left_button; |
| ricardoparanhos | 22:7c38592facf5 | 13 | extern DigitalIn arrow_up_button; |
| ricardoparanhos | 22:7c38592facf5 | 14 | extern DigitalIn arrow_down_button; |
| ricardoparanhos | 24:098413c4c0bb | 15 | extern int posicoes[12][4]; |
| fernandosakabe | 13:e1de9d8d635c | 16 | |
| ricardoparanhos | 24:098413c4c0bb | 17 | |
| ricardoparanhos | 24:098413c4c0bb | 18 | void posicionamento (int ordem, int ordem_anterior); |
| ricardoparanhos | 22:7c38592facf5 | 19 | |
| ricardoparanhos | 22:7c38592facf5 | 20 | #endif |
