This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define debug 0 | |
#define deadband 50 | |
#define nchannels 4 | |
typedef struct{ | |
int16_t steer; | |
int16_t speed; | |
} Serialcommand; | |
volatile Serialcommand command; |