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
10
Radio/Radio_piloto/uart_audio.hpp
Normal file
10
Radio/Radio_piloto/uart_audio.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
bool uart_audio_init();
|
||||
bool uart_send_audio(uint8_t frame_seq, const int8_t *audio_data, uint16_t audio_len);
|
||||
void uart_process_received_audio(bool reproduce);
|
||||
void uart_discard_received_audio();
|
||||
bool uart_box_ptt_active();
|
||||
void uart_audio_debug_report();
|
||||
Loading…
Add table
Add a link
Reference in a new issue