Skip to content

Instantly share code, notes, and snippets.

View peterpoetzi's full-sized avatar

Peter Pötzi peterpoetzi

View GitHub Profile
#define debug 0
#define deadband 50
#define nchannels 4
typedef struct{
int16_t steer;
int16_t speed;
} Serialcommand;
volatile Serialcommand command;