From: Dean Camera Date: Fri, 2 Sep 2011 04:38:56 +0000 (+0000) Subject: Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver. X-Git-Tag: LUFA-111009~20 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/413438eb2330e8b2d9606a2936a169c9dd7916de?ds=inline;hp=413438eb2330e8b2d9606a2936a169c9dd7916de Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver. Change Delay_MS() to accept a 16-bit parameter rather than an 8-bit parameter for longer possible delays. Minor documentation improvements. ---