Where I list all of the examples found in the examples folder for easy reference.
Introduction#
When using a specific function or while attempting to understand a C programming concept, it is helpful to see a working example. The examples below, (except where noted), have all been tested and work on an Arduino Uno.
Examples#
analogRead#
Demonstrates analogRead() which reads the 10bit Analog-Digital Converter (ADC).