Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-leroux/avr-tino
https://github.com/s-leroux/avr-tino
Last synced: about 1 month 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-16T13:09:58.000Z (over 10 years ago)
- Last Synced: 2023-03-23T13:32:25.874Z (almost 2 years ago)
- Language: C++
- Size: 477 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- 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)