top of page
Welcome to the Blog!
Search
Puriphico
Jun 17, 2021
communication functions in arduino: serial
This article details the ways an Arduino microcontroller can communicate with your computer through the various Serial functions. Serial...
276 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...
845 views
Puriphico
Jun 12, 2021
time functions in arduino programming
Delay() Pauses the program for a specified amount of milliseconds. Syntax is delay(ms). delayMicroseconds() Same as delay, but in...
54 views
Puriphico
Mar 28, 2021
Functions in programming: a conceptual overview
What are functions? Functions are modules or sections of code designed for a specific purpose or task. Simply put, they are essentially a...
77 views
bottom of page