Reduced guard bit time in the AVRISP project PDI/TPI protocols to reduce the time needed to reverse the data communication direction.

This commit is contained in:
Dean Camera 2009-12-29 14:54:52 +00:00
parent b1dbd92c32
commit f5951d1593
3 changed files with 10 additions and 5 deletions

View file

@ -81,7 +81,7 @@
#endif
/** Number of cycles between each clock when software USART mode is used */
#define BITS_BETWEEN_USART_CLOCKS 100
#define BITS_BETWEEN_USART_CLOCKS 200
/** Total number of bits in a single USART frame */
#define BITS_IN_USART_FRAME 12