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"
|
||||
|
||||
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ void setup()
|
|||
Serial.begin(115200);
|
||||
Serial.println(F("BME280 test"));
|
||||
|
||||
initBoard();
|
||||
setupBoards();
|
||||
|
||||
if (! bme.begin(0x77, &Wire)) {
|
||||
Serial.println("Could not find a valid BME280 sensor, check wiring!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue