Browse Source

Cleaned up code

pull/100/head
James Hall 1 year ago
committed by GitHub
parent
commit
bc6e4930d9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      src/helpers/TBeamBoard.h

4
src/helpers/TBeamBoard.h

@ -1,12 +1,12 @@
#pragma once
// Defined using AXP2102
#define XPOWERS_CHIP_AXP2101
#include <Wire.h>
#include <Arduino.h>
#include "XPowersLib.h"
// Defined using AXP2102
#define XPOWERS_CHIP_AXP2101
XPowersPMU power;
// LoRa radio module pins for TBeam

Loading…
Cancel
Save