mirror of
https://github.com/anklimov/lighthub
synced 2025-12-09 13:19:50 +03:00
preparing code to AVR and ESP portation
This commit is contained in:
15
dmx.h
15
dmx.h
@@ -29,9 +29,24 @@ e-mail anklimov@gmail.com
|
||||
|
||||
//#define DMX_OUT_PIN 3
|
||||
|
||||
#if defined(__AVR__)
|
||||
#include <DmxSimple.h>
|
||||
#endif
|
||||
|
||||
#if defined(__ESP__)
|
||||
#include <ESP-Dmx.h>
|
||||
#endif
|
||||
|
||||
#if defined(__SAM3X8E__)
|
||||
#include <DmxSimple.h>
|
||||
#endif
|
||||
|
||||
#include <Artnet.h>
|
||||
|
||||
#if defined(__AVR_ATmega2560__)
|
||||
#include <DMXSerial.h>
|
||||
#endif
|
||||
|
||||
#include "aJSON.h"
|
||||
|
||||
extern aJsonObject *dmxArr;
|
||||
|
||||
Reference in New Issue
Block a user