Tweaks to the new Benito Programmer project for documentation and port/pin usage.
[pub/USBasp.git] / Projects / Benito / Benito.c
index ba80534..712016b 100644 (file)
 \r
 #include "Benito.h"\r
 \r
 \r
 #include "Benito.h"\r
 \r
+/** Counter for the number of milliseconds remaining for the target /RESET pulse being generated. */\r
 volatile uint8_t ResetPulseMSRemaining = 0;\r
 volatile uint8_t ResetPulseMSRemaining = 0;\r
+\r
+/** Counter for the number of milliseconds remaining for the TX activity LED pulse being generated. */\r
 volatile uint8_t TxPulseMSRemaining    = 0;\r
 volatile uint8_t TxPulseMSRemaining    = 0;\r
+\r
+/** Counter for the number of milliseconds remaining for the RX activity LED pulse being generated. */\r
 volatile uint8_t RxPulseMSRemaining    = 0;\r
 \r
 /** LUFA CDC Class driver interface configuration and state information. This structure is\r
 volatile uint8_t RxPulseMSRemaining    = 0;\r
 \r
 /** LUFA CDC Class driver interface configuration and state information. This structure is\r