mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-05-25 12:31:27 +02:00
Creación de repositorio, copia de pantalla
This commit is contained in:
commit
6adc19faf6
71 changed files with 241507 additions and 0 deletions
9
include/common/telemetry_status.hpp
Normal file
9
include/common/telemetry_status.hpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef TELEMETRY_STATUS_HPP
|
||||
#define TELEMETRY_STATUS_HPP
|
||||
|
||||
enum class TelemetryStatus {
|
||||
CONNECTED,
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue