add sw project (incomplete)
This commit is contained in:
8
RC excavator/FW/src/controller.h
Normal file
8
RC excavator/FW/src/controller.h
Normal 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);
|
||||
Reference in New Issue
Block a user