Thank you soooo much for explaining how your library works! This video helped me allot.
RD-niqe
This library is so useful. I am building a Arduino controller for my lithography experiment in a PhD study. This allows me to interact with the Arduino directly or automate the communication with Matlab or Python on PC. Thanks and keep up the good work.
hkopenh
This is awesome! thanks for a really great video...and library
activemindse
Dude! That is a fantastic library, and a fantastic video! Such clear exposition of the library. I love it. How do I buy you a Hefe-Wizen?
big_whopper
I'm just trying to work out a way we could ignore all lower case/upper case input errors? Would 'equalsIgnoreCase()' be a suitable one to use?
Let's say we want to accept a serial.read in any capitalization, for example; PING, PiNg, PiNG, piNG (or any other combination, without literally having to list every possible lower/uppercase combination in the code?).
And I'm also not sure if this should be done in setup, or loop! An example sketch would be great :)