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: PTC3471 QEI USBDevice mbed
Revision 4:cccd118ea410, committed 2022-09-27
- Comitter:
- lcaepusp
- Date:
- Tue Sep 27 16:51:15 2022 +0000
- Parent:
- 3:8736b05d400a
- Commit message:
- V 2022 rev
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Sep 27 15:31:55 2022 +0000
+++ b/main.cpp Tue Sep 27 16:51:15 2022 +0000
@@ -43,6 +43,8 @@
void Init(void); // Função de Inicialização
void Sensor_Read(void); // Função de leitura dos sensores
+void Control_Function(void); // Função de flag do controle, a ser chamada pela interrupção
+
/******************************************************************************/
/*************************** Corpo de Funções *********************************/