From: Dean Camera Date: Wed, 31 Aug 2011 07:17:33 +0000 (+0000) Subject: Make TWI_ReadPacket() use a repeated start condition rather than a full bus release... X-Git-Tag: LUFA-111009~21 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/88d022a75245e7492ecd11a5e1ea5c553acf0b2c?ds=sidebyside;hp=88d022a75245e7492ecd11a5e1ea5c553acf0b2c 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. ---