CNMAT / OSC

OSC: Arduino and Teensy implementation of OSC encoding
cnmat.berkeley.edu/oscuino
Other
727 stars 135 forks source link

Does this library work with the Arduino CC Ethernet 2 shield and Ethernet2 Library? #105

Closed CaseyJScalf closed 4 years ago

CaseyJScalf commented 4 years ago

I have been trying to get the OSC Library here to work with my Arduino CC UNO and Arduino CC Ethernet 2 Shield.

Finally found out how to get it working. All the example code for the Ethernet Libraries use "#include " when you really need to use "#include " for the Shield v2.

Okay great. However, when I compile the examples here I get lots of errors when I compile for the Ethernet2 Library. And it does not work at all with the Ethernet original library.

Any ideas how to get it fixed?

Happy to provide any information too!

CaseyJScalf commented 4 years ago

Okay, figured it out, the library for EthernetUDP must be as so: "#include "