add sw project (incomplete)

This commit is contained in:
2024-07-03 21:52:50 +02:00
parent eee6dc511c
commit 31f9a27fe7
13 changed files with 868 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#include "Arduino.h"
#include <XboxSeriesXControllerESP32_asukiaaa.hpp>
#define CONTROLLERNOTIFY 1000
void setup_controller();
void loop_controller();
void handle_notify(int motR, int motL, int motArm, int bucket);