James Hall
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
src/helpers/TBeamBoard.h
|
|
@ -1,12 +1,12 @@ |
|
|
#pragma once |
|
|
#pragma once |
|
|
|
|
|
|
|
|
// Defined using AXP2102
|
|
|
|
|
|
#define XPOWERS_CHIP_AXP2101 |
|
|
|
|
|
|
|
|
|
|
|
#include <Wire.h> |
|
|
#include <Wire.h> |
|
|
#include <Arduino.h> |
|
|
#include <Arduino.h> |
|
|
#include "XPowersLib.h" |
|
|
#include "XPowersLib.h" |
|
|
|
|
|
|
|
|
|
|
|
// Defined using AXP2102
|
|
|
|
|
|
#define XPOWERS_CHIP_AXP2101 |
|
|
XPowersPMU power; |
|
|
XPowersPMU power; |
|
|
|
|
|
|
|
|
// LoRa radio module pins for TBeam
|
|
|
// LoRa radio module pins for TBeam
|
|
|
|