Arduino DUE (SAM3X8E) DMX in and out deployed on hardware USART (updated DmxDue required)

This commit is contained in:
2018-01-21 03:43:08 +03:00
parent 97fbe269c9
commit 37b042e39e
4 changed files with 25 additions and 13 deletions

View File

@@ -54,8 +54,10 @@ extern Artnet *artnet;
#endif
#ifdef _dmxin
#if defined(__AVR__)
#include <DMXSerial.h>
#endif
#endif
#include "aJSON.h"