Definition in file spi.c.
#include <avr/io.h>
#include <avr/interrupt.h>
#include "spi.h"
Go to the source code of this file.
Functions | |
| void | spiInit () |
| void | spiSendByte (u08 data) |
| u08 | spiTransferByte (u08 data) |
| u16 | spiTransferWord (u16 data) |
Variables | |
| volatile u08 | spiTransferComplete |
1.4.2