Update examples
This commit is contained in:
parent
e1e89bc044
commit
a45c3b1784
276 changed files with 66091 additions and 48794 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#include <SPI.h>
|
||||
#include <Adafruit_Sensor.h>
|
||||
#include <Adafruit_BME280.h>
|
||||
#include "boards.h"
|
||||
#include "LoRaBoards.h"
|
||||
|
||||
#define SEALEVELPRESSURE_HPA (1013.25)
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ void setup()
|
|||
while (!Serial); // time to get serial running
|
||||
Serial.println(F("BME280 test"));
|
||||
|
||||
initBoard();
|
||||
setupBoards();
|
||||
|
||||
unsigned status;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue