vesc control
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#ifdef GLUMP_CONTROLLER
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
enum class ControlType : uint8_t {
|
enum class ControlType : uint8_t {
|
||||||
@ -120,3 +121,4 @@ uint16_t calculateChecksum(Feedback feedback) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
Reference in New Issue
Block a user