mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 19:43:16 +02:00
6 lines
140 B
C++
6 lines
140 B
C++
#pragma once
|
|
|
|
#include "configuracion.hpp"
|
|
|
|
void procesar_acceleration(const paquete_datos& datos);
|
|
void reiniciar_receptor_acceleration();
|