top of page
Welcome to the Blog!
Search
Puriphico
Jun 16, 2021
digitalWrite(): digital functions in arduino programming (part 3)
digitalWrite(): Just as the purpose of the digitalRead() is to read a value of high or low of an input, the purpose of the digitalWrite...
72 views
Puriphico
Jun 15, 2021
digitalRead(): digital functions in arduino programming (part 2)
This article details the digitalRead() function in Arduino programming, explaining how it works and how to use it in your own sketches....
345 views
Puriphico
Jun 14, 2021
pinMode(): digital functions in arduino programming (part 1)
pinMode: The pinMode() function is usually performed in the void setup() fragment of the code, and it serves the purpose of configuring...
855 views
bottom of page