Add XMEGA SPI peripheral driver.
This commit is contained in:
parent
7992202603
commit
139c1afeeb
5 changed files with 265 additions and 15 deletions
|
@ -66,6 +66,8 @@
|
|||
/* Includes: */
|
||||
#if (ARCH == ARCH_AVR8)
|
||||
#include "AVR8/SPI_AVR8.h"
|
||||
#elif (ARCH == ARCH_XMEGA)
|
||||
#include "XMEGA/SPI_XMEGA.h"
|
||||
#else
|
||||
#error The SPI peripheral driver is not currently available for your selected architecture.
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue