Skip to content

germandevelop/avr-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avr-node

Build

Release

mkdir ./build
cd ./build
cmake ..
make

Debug

mkdir ./build
cd ./build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make

Flash

Flash fuses (optional)

make fuse

Flash firmware

make flash

Read MCU info

make info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published