mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 11:33:17 +02:00
Todo subido
This commit is contained in:
parent
f0db3a8aeb
commit
27026caf57
87 changed files with 83292 additions and 17 deletions
6
Tiempo_por_vuelta/emisor_pruebas/servicios_pruebas.hpp
Normal file
6
Tiempo_por_vuelta/emisor_pruebas/servicios_pruebas.hpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
void enviar_datos(uint8_t estado, uint16_t vuelta = 0, unsigned long tiempo = 0, unsigned long derecha = 0, unsigned long izquierda = 0, unsigned long media = 0);
|
||||
bool detectar_activacion_sensor(int sensorPin, unsigned long minInterval);
|
||||
Loading…
Add table
Add a link
Reference in a new issue