mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 11:33:17 +02:00
Radio subida
This commit is contained in:
parent
5f81e54793
commit
f0db3a8aeb
147 changed files with 11343 additions and 0 deletions
7
Radio/Radio_intermediario/bridge.hpp
Normal file
7
Radio/Radio_intermediario/bridge.hpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
bool bridge_init();
|
||||
void bridge_process();
|
||||
bool bridge_send_espnow(const byte *data, size_t len, byte intentos);
|
||||
Loading…
Add table
Add a link
Reference in a new issue