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:
Dean Camera 2009-08-19 06:25:54 +00:00
parent 083d3615d3
commit 04354ffcad
8 changed files with 165 additions and 9 deletions

View file

@ -47,6 +47,7 @@
#include <LUFA/Version.h>
#include <LUFA/Drivers/Board/LEDs.h>
#include <LUFA/Drivers/Peripheral/SerialStream.h>
#include <LUFA/Drivers/Peripheral/SPI.h>
#include <LUFA/Drivers/USB/USB.h>
#include "Lib/V2Protocol.h"