News

The Arduino Wire library is a core aspect of Arduino's integrated development environment, or IDE, and is a must-have if you're using sensors or extra microcontrollers in your project.
How to use switch...case on strings in Arduino IDE. If you have just a few ascii commands to handle, received by Serial, it's okay to use "If...Else If". But if you have many commands, with "If..Else ...