Skip to content

Release 0.0.1 - Initial Release

Latest
Compare
Choose a tag to compare
@NormanDunbar NormanDunbar released this 16 Dec 15:19
· 1 commit to master since this release

This is the first release of AVRAssist a set of header files to enable you to quickly set up your Arduino or other AVR microcontroller (currently just the ATmega328P - sorry) without having to understand the data sheets. These helpers are just a header file for each of the following:

  • Timer/counter 0
  • Timer/counter 1
  • Timer/counter 2
  • ADC
  • Analogue Comparator (try using that from Arduino's IDE!)
  • Watchdog timer.

There are no binaries in the releases, just the source code. Hopefully the docs and the examples for Arduino and PlatformIO are useful.

Have fun.