![]() |
TWI Master Library Description
– Put a nice description here
SPI Master Library Features
- Relies on the Atmega hardware TWI support
- Support for Standard Mode 100 kbit/s
- Support for Fast Mode 400 kbit/s
- 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
- Repeated Start








