mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-08 16:05:54 +00:00
WIDE and bmp add
This commit is contained in:
parent
68c9866191
commit
2c5e3d2c47
6 changed files with 36 additions and 7 deletions
|
|
@ -3,7 +3,14 @@
|
|||
|
||||
#include <Arduino.h>
|
||||
#include <Adafruit_Sensor.h>
|
||||
|
||||
//#define BMPSensor // uncoment this line if BMP280 Module is connected instead of BME280
|
||||
|
||||
#ifndef BMPSensor
|
||||
#include <Adafruit_BME280.h>
|
||||
#else
|
||||
#include <Adafruit_BMP280.h>
|
||||
#endif
|
||||
|
||||
namespace BME_Utils {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue