|
|
|
@ -21,12 +21,6 @@ void call_func(uint8_t number);
|
|
|
|
|
|
|
|
|
|
|
|
/***** MASTER END *****/
|
|
|
|
/***** MASTER END *****/
|
|
|
|
/***** SLAVE *****/
|
|
|
|
/***** SLAVE *****/
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
extern uint16_t *spi_proto_globals8[];
|
|
|
|
|
|
|
|
extern uint8_t *spi_proto_globals16[];
|
|
|
|
|
|
|
|
extern funptr_t spi_proto_funcs[];
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "spi_pointers.h"
|
|
|
|
#include "spi_pointers.h"
|
|
|
|
|
|
|
|
|
|
|
|
uint16_t spi_proto_slaveaction(uint8_t opcode, uint8_t addr, uint16_t data);
|
|
|
|
uint16_t spi_proto_slaveaction(uint8_t opcode, uint8_t addr, uint16_t data);
|
|
|
|
|