iratahack / AVR

Playing around with Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino Learnings

Tool Installation

Install the AVR development tools for Ubuntu using the commands below.

sudo apt-get install gcc-avr binutils-avr avr-libc
sudo apt-get install avrdude

WSL2

For WSL2 Arduino programming you will need access to the USB serial port on the Arduino. This is accomplished from WSL2 through Windows using usbipd_win.

About

Playing around with Arduino


Languages

Language:C 73.0%Language:CMake 23.1%Language:Makefile 3.9%