Use only necessary .h files in example
This commit is contained in:
parent
aa404fdea8
commit
19a2e53ba1
|
|
@ -17,9 +17,7 @@
|
||||||
// Get the SPIFlash library from here: https://github.com/LowPowerLab/SPIFlash
|
// Get the SPIFlash library from here: https://github.com/LowPowerLab/SPIFlash
|
||||||
|
|
||||||
#include <SPIFlash.h>
|
#include <SPIFlash.h>
|
||||||
#include <RFM12B.h>
|
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
#include <avr/wdt.h>
|
|
||||||
|
|
||||||
#define SERIAL_BAUD 115200
|
#define SERIAL_BAUD 115200
|
||||||
char input = 0;
|
char input = 0;
|
||||||
Loading…
Reference in New Issue