ARDUINO

SETUP

PROJECT BOARD INSTALLATION

IDE CONFIGURATION

//Configure IDE
Arduino IDE > Tools > Board > Arduino AVR Boards > Arduino Uno

 * prior to uploading sketches to the board, the IDE need to know the exact 
   Arduino board will be used.
   
Arduino IDE > Tools > Port

 * select port

Last updated