qmk_firmware/LUFA/Drivers/Peripheral/AVR8
Dean Camera 88d022a752 Make TWI_ReadPacket() use a repeated start condition rather than a full bus release/recapture after the read address has been sent.
Fix TWI_ReadPacket() not releasing the bus correctly after all data transferred.

Make TWI_SendByte() and TWI_ReceiveByte() non-inline to reduce compiled binary size.
2011-08-31 07:17:33 +00:00
..
ADC_AVR8.h Fix improper indenting of the internal board driver dispatch headers. 2011-07-06 02:12:09 +00:00
SPI_AVR8.h Add missing function attributes. 2011-07-12 05:13:31 +00:00
Serial_AVR8.c Make sure the peripheral driver .c files include the driver dispatch header, rather than the architecture specific header files. 2011-02-20 18:23:09 +00:00
Serial_AVR8.h Minor documentation corrections. 2011-08-17 14:51:05 +00:00
TWI_AVR8.c Make TWI_ReadPacket() use a repeated start condition rather than a full bus release/recapture after the read address has been sent. 2011-08-31 07:17:33 +00:00
TWI_AVR8.h Make TWI_ReadPacket() use a repeated start condition rather than a full bus release/recapture after the read address has been sent. 2011-08-31 07:17:33 +00:00