Added handler for the V2 Protocol SPI_MULTI command to the AVRISP Programmer project.
Added documentation of the makefile CDEFS values to the MagStripe project.
This commit is contained in:
parent
083d3615d3
commit
04354ffcad
8 changed files with 165 additions and 9 deletions
|
@ -53,7 +53,7 @@
|
|||
#endif
|
||||
|
||||
/* Type Defines: */
|
||||
/* Type define for a pointer to a bit in a bit buffer. */
|
||||
/** Type define for a pointer to a bit in a bit buffer. */
|
||||
typedef struct
|
||||
{
|
||||
uint8_t* CurrentByte; /**< Pointer to the current byte in the buffer */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue