Firmware: TelemetryDispatcher with Hello World IN to HID
This commit is contained in:
@@ -29,6 +29,9 @@ int32_t TelemetryDispatcher::init() {
|
|||||||
int32_t TelemetryDispatcher::execute() {
|
int32_t TelemetryDispatcher::execute() {
|
||||||
log(Log::Level::Informational, "Started execution");
|
log(Log::Level::Informational, "Started execution");
|
||||||
while(true){
|
while(true){
|
||||||
|
pHid->take(100);
|
||||||
|
pHid->enqueueInPacket(reinterpret_cast<const uint8_t*>("\x01Hello World\n"), 14);
|
||||||
|
pHid->give();
|
||||||
vTaskDelay(1);
|
vTaskDelay(1);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Submodule Firmware/Application/Shared/RoboFramework updated: 1f1cbfba2b...b109f33051
Reference in New Issue
Block a user