mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 19:43:16 +02:00
7 lines
181 B
C++
7 lines
181 B
C++
#pragma once
|
|
|
|
#include "configuracion.hpp"
|
|
|
|
void prueba_acceleration();
|
|
void reiniciar_acceleration();
|
|
void recibir_paquete_acceleration(const paquete_final_acceleration& mensaje);
|