Skip to content

FloRide1/arduino_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino from Scratch

By Florian "FloRide" Reimat

How to compile

# Setup Project
cmake -S . -B build/

# Compile Project
cmake --build build/

# Flash
cmake --build build/ -- flash

# Flash + Compile
cmake --build build/ -- all flash

Boards

  • Arduino Uno
  • Arduino Mega

Links

About

Reimplementation of Arduino Framework, using avr-gcc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published