include optimized

This commit is contained in:
2020-10-12 23:24:39 +02:00
parent 8f7bb757a4
commit efdb44b759
4 changed files with 5 additions and 2 deletions

View File

@ -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