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
Diff: main.cpp
- Revision:
- 4:cccd118ea410
- Parent:
- 3:8736b05d400a
--- 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 *********************************/