4. Arduino and Raspberry programming
4.1 Arduino
Arduino uses an integrated development environment (Arduino IDE) which can be downloaded free of charge for Windows, Mac and Linux.
You'll also need libraries and functions to activate the functionalities of the various modules connected to the Arduino board you're using.
An Arduino program consists of three parts:
variable definition and function declaration ;
the setup() function, which defines the functions executed when the board is initialized;
-
the loop() function, which defines functions executed in the form of an endless loop.
Example of an Arduino program: listening to a WAV audio...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
Arduino and Raspberry programming
Article included in this offer
"Software technologies and System architectures"
(
227 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!