Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't light up LED. Artnet.h and Adafruit_NeoPixel.h conflict in ArtnetNeoPixel.ino? #21

Closed
xxJulexx opened this issue Oct 7, 2017 · 0 comments

Comments

@xxJulexx
Copy link

xxJulexx commented Oct 7, 2017

Hi, I'm using ENC28J60 ethernet shield. Replaced "Ethernet.h/EthernetUdp.h" to "UIPEthernet.h/UIPUdp.h".

Can't light up LED. ArtNet Data is recieveing. When comment out "Artnet artnet;" LED light up.

ArtnetReceive.ino is no problems that use ENC28J60 ethernet shield with UIPEthernet.h/UIPUdp.h.

What do you think is the cause?

  • Artnet.h: Commented out "Ethernet.h/EthernetUdp.h" and added "include UIPEthernet.h/UIPUdp.h" and Line96 replaced "UIPUDP Udp";
  • Artnet.cpp: Line32 and 44 replaced "UIPEthernet.begin(mac,ip);"
@natcl natcl closed this as completed Mar 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants