9 slaves
This commit is contained in:
@ -14,11 +14,8 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
// 3 should be programmed with CAN id 2
|
||||
// const uint16_t slave_CAN_id_to_slave_index[7] = {
|
||||
// 255, 255, 0, 255, 255, 255, 1}; // TODO: Make this pretty pls
|
||||
const uint16_t slave_CAN_id_to_slave_index[7] = {
|
||||
0, 1, 2, 3, 4, 5, 6}; // TODO: Make this pretty pls
|
||||
const uint16_t slave_CAN_id_to_slave_index[10] = {
|
||||
0, 1, 2, 3, 4, 5, 6, 7, 255, 8}; // TODO: Make this pretty pls
|
||||
canFrame framebuffer[CANFRAMEBUFFERSIZE] = {0};
|
||||
uint32_t framebufferwritepointer = 0;
|
||||
uint32_t framebufferreadpointer = 0;
|
||||
|
||||
Reference in New Issue
Block a user