Tweaks to the new Benito Programmer project for documentation and port/pin usage.
This commit is contained in:
parent
a6e85d6ed8
commit
06f3a6a876
4 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue