mirror of
https://github.com/anklimov/lighthub
synced 2025-12-11 14:19:50 +03:00
-
This commit is contained in:
@@ -22,7 +22,7 @@ e-mail anklimov@gmail.com
|
||||
#include "item.h"
|
||||
#include "aJSON.h"
|
||||
#include "utils.h"
|
||||
#include "homiedef.h"
|
||||
#include "textconst.h"
|
||||
|
||||
#ifdef _dmxout
|
||||
#include "dmx.h"
|
||||
@@ -285,14 +285,14 @@ void Item::copyPar (aJsonObject *itemV)
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
#if defined(ARDUINO_ARCH_ESP32)
|
||||
void analogWrite(int pin, int val)
|
||||
{
|
||||
//TBD
|
||||
}
|
||||
#endif
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
boolean Item::getEnableCMD(int delta) {
|
||||
|
||||
17
lighthub/lighthub.ino.cpp
Normal file
17
lighthub/lighthub.ino.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
# 1 "/var/folders/kt/8psth65x03v6tw_phdhbj12r0000gn/T/tmpnfZO0a"
|
||||
#include <Arduino.h>
|
||||
# 1 "/Users/andrey/Documents/Arduino/lighthub/lighthub/lighthub.ino"
|
||||
#include "main.h"
|
||||
void setup();
|
||||
void loop();
|
||||
#line 2 "/Users/andrey/Documents/Arduino/lighthub/lighthub/lighthub.ino"
|
||||
void setup(){
|
||||
|
||||
setup_main();
|
||||
|
||||
|
||||
}
|
||||
void loop(){
|
||||
|
||||
loop_main();
|
||||
}
|
||||
@@ -153,7 +153,7 @@
|
||||
|
||||
#include "Arduino.h"
|
||||
#include "utils.h"
|
||||
#include "homiedef.h"
|
||||
#include "textconst.h"
|
||||
#include <PubSubClient.h>
|
||||
#include <SPI.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "options.h"
|
||||
#include "Streaming.h"
|
||||
#include "item.h"
|
||||
#include "homiedef.h"
|
||||
#include "textconst.h"
|
||||
|
||||
#ifndef AC_Serial
|
||||
#define AC_Serial Serial3
|
||||
|
||||
Reference in New Issue
Block a user