/avrDigitalPin

AVR digitalPin library for Arduino and other, AVR systems, PlatformIO for example. This is a demo library for an article I'm writing (or have written -- depending on when you read this!)

Primary LanguageC++MIT LicenseMIT

avrDigitalPin

This is one of the demo libraries for the article on writing Arduino and AVR libraries which I am currently writing (or have completed, depending on when you read this!). There are two libraries created for the article:

  • This one, avrDigitalPin for both Arduino and PlatformIO, in the latter case, regardless of framework; and
  • digitalPin for the Arduino IDE only (or PlatformIO using the Arduino framework).