|
TTK4155 Lab Node 1
Term project in the NTNU course TTK4155 Embedded and Industrial Computer Systems Design
|
Represents a simple CAN message with an address, data count, and a single byte of data. More...
#include <can.h>
Data Fields | |
| uint8_t | adress |
| uint8_t | num_df |
| uint8_t | data |
Represents a simple CAN message with an address, data count, and a single byte of data.
| uint8_t can_msg::adress |
| uint8_t can_msg::num_df |