Skip to content

ruxandraS/arduino-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino-projects

Arduino starter kit projects

setup rust env on Mac OS logrocket guide

  • Install cargo: https://rustup.rs

  • Install brew: https://brew.sh

  • Set HOME Path %sudo chown -R <OWNER> /opt/homebrew

  • %rustup toolchain install nightly

  • %brew tap osx-cross/avr

  • %brew install avr-binutils avr-gcc avrdude

  • %cargo install cargo-generate

  • %cargo +stable install ravedude

setup project

  • %cargo generate --git https://github.com/Rahix/avr-hal-template.git
  • enter project name

run project

  • Identify via Arduino IDE or %ls /dev/cu.usbmodem.*
  • %export RAVEDUDE_PORT=<NAME>
  • %cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published