Articles Posted by the Author:






  • HIGH | LOW | INPUT | OUTPUT| INPUT_PULLUP

    HIGH | LOW | INPUT | OUTPUT| INPUT_PULLUP

    constants Constants are predefined variables in the Arduino language. They are used to make the programs easier to read. We classify constants in groups. Defining Logical Levels, true and false (Boolean Constants) There are two constants used to represent truth and falsity in the Arduino language: true, and false. false false is the easier of […]