Make TWI_ReadPacket() use a repeated start condition rather than a full bus release...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 31 Aug 2011 07:17:33 +0000 (07:17 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 31 Aug 2011 07:17:33 +0000 (07:17 +0000)
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.


No differences found