News

Basic Infos Hardware Hardware: ESP-12E Core Version:? 2.1.0-rc2? Description Description I'm writing a code that receives data from 3 sensors (DHT11-HCRS-04-DS18B20) to send to a visualization ...
Arduino_Button-_Counter This is a basic Arduino project that demonstrates how to use two buttons to increment and reset a counter with proper debounce handling.
Code explanation On the first line we set a variable pinButton with an integer value of 8 (the pin number on Arduino Board where we connect the button or switch). Then in the void () function we set ...