.![]() |
SPI Master Library Description
– Put a nice Description here
SPI Master Library Features
- Relies on the Atmega hardware SPI support
- Non-interrupt driven as not to interfere with interrupt driven routines
- Blocking so when control is returned to the program, the transmit or receive functions have completed
- No internal data buffers are used
- Data is streamed directly from the input buffers to the output port
- Arbitrary data block size supported








