https://github.com/s-leroux/avr-tino
https://github.com/s-leroux/avr-tino
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-leroux/avr-tino
- Owner: s-leroux
- License: gpl-3.0
- Created: 2012-07-16T09:21:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-16T13:09:58.000Z (about 11 years ago)
- Last Synced: 2025-01-25T16:11:23.120Z (6 months ago)
- Language: C++
- Size: 477 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
avr-tino
========A simple library to program 8bits AVR. Mostly intented as a lightweight low-footprint
library for Atmel AVR ATtiny mcu familly.Only core functionalities are implemented (on as-need basis) with no (or low) runtime
overhead.The library is written in C++ using template for agressive optimization.
The target compiler is avr-gcc. Build and tested against avr-gcc-4.4.8 (avr-gcc 4.7.1
appears to produce bad code)