Skip to content

Simple AVR lib for arduino that wraps registers operations in Arduino-like functions

License

Notifications You must be signed in to change notification settings

Waaflee/AVRDuino

Repository files navigation

AVRDuino

Simple AVR lib for arduino that wraps registers operations in Arduino-like functions

This is mean to be used as a submodule for proyects that require this library

TODO

  • Readeable Documentation!!
  • core: pin on, off, toggle, read (digital)
  • core: pin on, off, toggle, read (analog)
  • interrupts: PC & External Interrupts
  • interrupts: implemment interrupt declarations as attachinterrupt(pin, func*)
  • interrupts: migrate interruption declaration and handling from core to this
  • A4988 control
  • UART: setup & command Interpreter
  • Kick out command interpretter from uart.c
  • Create widely reachable command interpreter so as to be able to expose an API to any comunication interface
  • Timers setup (struct argumented functions)(WIP)
  • PWM handling (WIP)

About

Simple AVR lib for arduino that wraps registers operations in Arduino-like functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published