include optimized
This commit is contained in:
2
main.cpp
2
main.cpp
@ -8,7 +8,7 @@
|
||||
|
||||
//SPI is formally a library, so it is not part of the objects compiled
|
||||
//from the core and we need to include it explicitly
|
||||
#include "arduino_core/ArduinoCore-avr/libraries/SPI/src/SPI.h"
|
||||
#include <SPI.h>
|
||||
|
||||
//Define which port to use for the SPI Chip Select
|
||||
#define CS_PORT PORTC
|
||||
|
Reference in New Issue
Block a user