ACS Firmware Documentation
Attitude Control System Capstone 2018 for OreSat
|
can_buffer structure holds the send and recv buffers that are registered with the CAN bus More...
#include <acs.h>
Data Fields | |
uint8_t | send [CAN_BUF_SIZE] |
uint8_t | recv [CAN_BUF_SIZE] |
can_buffer structure holds the send and recv buffers that are registered with the CAN bus
uint8_t can_buffer::recv[CAN_BUF_SIZE] |
uint8_t can_buffer::send[CAN_BUF_SIZE] |