From: Dean Camera Date: Wed, 9 Dec 2009 12:01:01 +0000 (+0000) Subject: Fix inverted bit-banged USART logic in the AVRISP project for PDI programming. Add... X-Git-Tag: LUFA-110528-BETA~767 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/9c8ed168e5805059db7978e6a9a4ad24347c7a6e?hp=9c8ed168e5805059db7978e6a9a4ad24347c7a6e Fix inverted bit-banged USART logic in the AVRISP project for PDI programming. Add a delay to the clock toggling in the AVRISP project to ensure that the programming speed does not exceed 10MHz under any conditions to satisfy the limits in the datasheet for all target voltages. Fix incorrect pin being used as the DATA in in PDI programming mode. ---