This is a small foot print, high performance, type safe device driver library, initially targeting Arduino Mega 2560 and MoteinoMega. The library is stand alone and only requires Avr GCC and avrlib.
The design is based on the same ideas as were used for the Ddr-Z8E device driver library (see http://ddrz8e.sourceforge.net/). Heavy usage of hardcoded invariants, constant folding/propagation and inlining ensures both tight code and high performance. Type safe enums (C++11) provides an additional level of type safety.
Features
- Ports-centric DIO
- Pin-centric DIO
- External interrupts
- ADC
- RS232 - Synchronous & Asynchronous
- SPI - Synchronous & Asynchronous
- Reading & Writing to built in EEPROM
- Binary notation
- Circular buffers
License
GNU General Public License version 3.0 (GPLv3)Follow Ddr-ArdMeg
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Ddr-ArdMeg!