Files
SpotMicroESP32-Leika/include/movement.h
T
Rune Harlyk 4282055be0 🪄 Major refactoring to use ESP32 template
This includes the change to use https://github.com/runeharlyk/ESP32-rapid-development-template.git as a freeRTos template
2023-08-07 14:53:59 +02:00

15 lines
184 B
C

#pragma once
#include <globals.h>
float getHeading();
float getTemp();
float getAngleX();
float getAngleY();
float getAngleZ();
void IRAM_ATTR MovementHandlingLoopEntry(void *);