Hi guys,
Using OSCP5 my sketch is receiving a string with 5 values inside. I can visualize all the values through println as follows:
Using OSCP5 my sketch is receiving a string with 5 values inside. I can visualize all the values through println as follows:
- Your values are: 0;0.36944444444444446;0.52777777777777779;0.2388888888888889;0.4375
- String mystring = theOscMessage.get(0).stringValue();
1