aboutsummaryrefslogtreecommitdiffstats
path: root/sw/spi.h
blob: a94915500fed027286f0a751c4a1ad5ff2b67ac2 (plain) (blame)
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);