Commit 8be1be0c authored by TMRh20's avatar TMRh20

Merge remote-tracking branch 'origin/master' into Updates

parents ecc51358 c077f709
......@@ -24,8 +24,8 @@
//#define FAILURE_HANDLING
//#define SERIAL_DEBUG
//#define MINIMAL
//#define SPI_UART
//#define SOFTSPI
//#define SPI_UART // Requires library from https://github.com/TMRh20/Sketches/tree/master/SPI_UART
//#define SOFTSPI // Requires library from https://github.com/greiman/DigitalIO
/**********************/
// Define _BV for non-Arduino platforms and for Arduino DUE
......@@ -52,7 +52,6 @@
#endif
#endif
#else
#include <stdint.h>
#include <stdio.h>
#include <string.h>
......@@ -71,7 +70,7 @@
#define printf Serial.printf
#endif
#define _SPI SPI
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment