Display control code

This commit is contained in:
2026-02-07 01:38:05 -05:00
parent 2e9004ee34
commit 52ff24e649
21 changed files with 797 additions and 86 deletions

View File

@@ -39,6 +39,8 @@ Servo1Actuator::Servo1Actuator() {
}
void Servo1Actuator::actuate(uint8_t *cmd) {
// todo: Do we want to verify flatbuffers here?
// Will introduce latency, and means that we need to also send the size to the actuate function.
const auto *angleControlCmd =
Flatbuffers::AngleControlMessageBuilder::parse_angle_control_message(cmd);
const auto newDuty =