Feature can #4

Merged
0xFEEDC0DE64 merged 7 commits from feature_can into master 2021-05-23 17:53:27 +02:00
3 changed files with 116 additions and 24 deletions
Showing only changes of commit 236d1a2d33 - Show all commits

View File

@@ -1,6 +1,8 @@
#pragma once
#include "bobbycar-serial.h"
#include <stdint.h>
#include "bobbycar-common.h"
struct MotorState {
bool enable = false;