blob: 1da0fcc12efae7ce3f31afb6b80ddcf97363b3d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* Device: PIC16F1459
* Compiler: XC8 v3.00
*
* Usage:
*
* #include <stdint.h>
* #include "types.h"
* #include "spi.h"
*/
void spiInit(void);
U8 spiTx(U8 c);
|