void printCANMessageData(unsigned char *_can_message)
The function takes in an array and prints the corresponding message to serial print.
void emptyCanMessage(unsigned char *_can_message)
The function takes in an array are converts the first 8 elements to zero.
void delay_microseconds(double _microseconds_delay)
Performs a nonblocking delay in the program Functions such as delay might block some interrupts.