mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
Move files around
This commit is contained in:
parent
9229280502
commit
17e88dcd35
@ -22,13 +22,12 @@ class BaseDevice {
|
|||||||
|
|
||||||
using dev::BaseDevice;
|
using dev::BaseDevice;
|
||||||
|
|
||||||
#include "lanbonl8.h"
|
|
||||||
#include "m5stackcore2.h"
|
|
||||||
|
|
||||||
#if defined(LANBONL8)
|
#if defined(LANBONL8)
|
||||||
#warning Lanbon L8
|
#warning Lanbon L8
|
||||||
|
#include "lanbonl8.h"
|
||||||
#elif defined(M5STACK)
|
#elif defined(M5STACK)
|
||||||
#warning M5 Stack
|
#warning M5 Stack
|
||||||
|
#include "m5stackcore2.h"
|
||||||
#else
|
#else
|
||||||
extern dev::BaseDevice haspDevice;
|
extern dev::BaseDevice haspDevice;
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#include "Arduino.h"
|
|
||||||
#include "lanbonl8.h"
|
#include "lanbonl8.h"
|
||||||
|
|
||||||
#if defined(LANBONL8)
|
#if defined(LANBONL8)
|
||||||
|
#include "Arduino.h"
|
||||||
|
#include "../device.h"
|
||||||
|
|
||||||
#include "driver/adc.h"
|
#include "driver/adc.h"
|
||||||
#include "esp_adc_cal.h"
|
#include "esp_adc_cal.h"
|
@ -4,7 +4,7 @@
|
|||||||
#ifndef HASP_DEVICE_LANBONL8_H
|
#ifndef HASP_DEVICE_LANBONL8_H
|
||||||
#define HASP_DEVICE_LANBONL8_H
|
#define HASP_DEVICE_LANBONL8_H
|
||||||
|
|
||||||
#include "device.h"
|
#include "../device.h"
|
||||||
|
|
||||||
#if defined(LANBONL8)
|
#if defined(LANBONL8)
|
||||||
|
|
@ -1,8 +1,8 @@
|
|||||||
#include "device.h"
|
|
||||||
#include "m5stackcore2.h"
|
#include "m5stackcore2.h"
|
||||||
|
|
||||||
#if defined(M5STACK)
|
#if defined(M5STACK)
|
||||||
#include "AXP192.h" // Power Mgmt
|
#include "AXP192.h" // Power Mgmt
|
||||||
|
#include "../device.h"
|
||||||
|
|
||||||
// AXP192 Axp;
|
// AXP192 Axp;
|
||||||
namespace dev {
|
namespace dev {
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#if defined(M5STACK)
|
#if defined(M5STACK)
|
||||||
|
|
||||||
#include "device.h"
|
#include "../device.h"
|
||||||
|
|
||||||
namespace dev {
|
namespace dev {
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user