mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Servo control
This commit is contained in:
11
components/flatbuffers/AngleControlMessageBuilder.cpp
Normal file
11
components/flatbuffers/AngleControlMessageBuilder.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Created by Johnathon Slightham on 2025-06-30.
|
||||
//
|
||||
|
||||
#include "AngleControlMessageBuilder.h"
|
||||
|
||||
namespace Flatbuffers {
|
||||
const Messaging::AngleControlMessage* AngleControlMessageBuilder::parse_angle_control_message(const uint8_t* buffer) {
|
||||
return flatbuffers::GetRoot<Messaging::AngleControlMessage>(buffer);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user