1 2 3 4 5 6 7 8 9
/* Usage: * * #include <stdint.h> * #include "types.h" * #include "spi.h" */ void spiInit(void); U8 spiTx(U8 c);