avrIO VS avrINT

Compare avrIO vs avrINT and see what are their differences.

avrIO

C++11/17/20 library for manipulating I/O port pins and I/O registers of AVR8 (by ricardocosme)

avrINT

C++11/17 facilities to use the interrupt capabilities of AVR (by ricardocosme)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
avrIO avrINT
5 1
15 2
- -
5.0 0.0
8 months ago about 3 years ago
C++ C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

avrIO

Posts with mentions or reviews of avrIO. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-28.

avrINT

Posts with mentions or reviews of avrINT. We have used some of these posts to build our list of alternatives and similar projects.
  • C++ version to avr/interrupt.h and util/atomic.h
    1 project | /r/avr | 23 Feb 2021
    I wrote a C++ version to the the C headers avr/interrupt.h and util/atomi.h from AVR Libc. Nothing especial here, I'm using RAII to implement an atomic scope to execute a block of code instead the clever macro ATOMIC_BLOCK that uses a for loop and the GCC attribute cleanup. The macro functions cli/sei() were replaced by always_inline functions defined inside a namespace:

What are some alternatives?

When comparing avrIO and avrINT you can also consider the following projects:

avr-libstdcxx - Docker project to build AVR C++ compilers in freestanding mode as an example implementation of P0829. Related to https://gitlab.com/avr-libstdcxx

MiniCore - Arduino hardware package for ATmega8, ATmega48, ATmega88, ATmega168, ATmega328 and ATmega328PB

ubuntu-toolchains

modm - modm: a C++23 library generator for AVR and ARM Cortex-M devices

inout_thermo - ATtiny85 Inside&Outside thermometer written in modern C++

avrWDT - C++11 header-only library to enable and disable the watchdog timer(WDT) of an AVR8

avrcxx - Collection of C++11/17/20 libraries to program AVR8

ssd1306 - C++11/17 driver to operate SSD1306 OLED using AVR8.

svntogit-community - Automatic import of svn 'community' repo (read-only mirror)

Marlin - Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.