int canardAVRClose(void)
Deinitialize CAN interface on AVR microcontroller.
int canardAVRConfigureAcceptanceFilters(uint8_t node_id)
Set hardware acceptance filters for specific node ID.
int canardAVRTransmit(const CanardCANFrame *frame)
Transmits a CanardCANFrame to the CAN device.
int canardAVRInit(uint32_t bitrate)
Initialize CAN interface on AVR microcontroller.
int canardAVRReceive(CanardCANFrame *out_frame)
Receives a CanardCANFrame from the CAN device.