Skip to content

Working with microcontrollers

Chris edited this page Jan 25, 2018 · 8 revisions

Arduino

General Notes

  • Arduino source files / programs are referred to as sketches sketches are generally saved in the below location
$HOME/$USER/Documents/Arduino

General Electronics

Definitions

  • Logic level - is a set voltages at which a device communicates. A common logic level is 5V, and newer logic levels work at 3.3V and 1.8V

Analog to Digital Converters

Clone this wiki locally