tell where the libraries are from
This commit is contained in:
parent
0294f2f5c4
commit
d5bdd4305c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "Device.h"
|
#include "Device.h"
|
||||||
#include <Homie.h>
|
#include <Homie.h>
|
||||||
#include <DHT.h> // https://github.com/adafruit/DHT-sensor-library
|
#include <DHT.h> // https://github.com/adafruit/DHT-sensor-library
|
||||||
|
|
||||||
class DeviceDht : public Device {
|
class DeviceDht : public Device {
|
||||||
public:
|
public:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "Device.h"
|
#include "Device.h"
|
||||||
#include <Homie.h>
|
#include <Homie.h>
|
||||||
#include <IRremoteESP8266.h>
|
#include <IRremoteESP8266.h> // https://github.com/markszabo/IRremoteESP8266
|
||||||
|
|
||||||
class DeviceIrRx : public Device {
|
class DeviceIrRx : public Device {
|
||||||
public:
|
public:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "Device.h"
|
#include "Device.h"
|
||||||
#include <Homie.h>
|
#include <Homie.h>
|
||||||
#include <IRremoteESP8266.h>
|
#include <IRremoteESP8266.h> // https://github.com/markszabo/IRremoteESP8266
|
||||||
|
|
||||||
class DeviceIrTx : public Device {
|
class DeviceIrTx : public Device {
|
||||||
public:
|
public:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include <Homie.h> // https://github.com/marvinroger/homie-esp8266
|
#include <Homie.h> // https://github.com/marvinroger/homie-esp8266
|
||||||
|
|
||||||
#include "DeviceLed.h"
|
#include "DeviceLed.h"
|
||||||
#include "DeviceLdr.h"
|
#include "DeviceLdr.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user