pull in new epaper lib (which required importing configuration.h everywhere

for dumb reasons)
This commit is contained in:
Kevin Hester
2021-06-27 10:56:28 -07:00
parent 66b96d2052
commit 17a1262382
60 changed files with 215 additions and 172 deletions

View File

@@ -1,3 +1,4 @@
#include "configuration.h"
#include <SPI.h>
#include <Wire.h>
#include <assert.h>
@@ -6,7 +7,6 @@
#include <stdio.h>
#include "NRF52Bluetooth.h"
#include "configuration.h"
#include "error.h"
#ifdef BQ25703A_ADDR