Tweaks to the new Benito Programmer project for documentation and port/pin usage.

This commit is contained in:
Dean Camera 2009-07-23 11:01:32 +00:00
parent a6e85d6ed8
commit 06f3a6a876
4 changed files with 9 additions and 4 deletions

View file

@ -36,8 +36,13 @@
#include "Benito.h"
/** Counter for the number of milliseconds remaining for the target /RESET pulse being generated. */
volatile uint8_t ResetPulseMSRemaining = 0;
/** Counter for the number of milliseconds remaining for the TX activity LED pulse being generated. */
volatile uint8_t TxPulseMSRemaining = 0;
/** Counter for the number of milliseconds remaining for the RX activity LED pulse being generated. */
volatile uint8_t RxPulseMSRemaining = 0;
/** LUFA CDC Class driver interface configuration and state information. This structure is