An open API service indexing awesome lists of open source software.

https://github.com/mrlsd/avr-timers

AVR timers solutions
https://github.com/mrlsd/avr-timers

Last synced: 11 months ago
JSON representation

AVR timers solutions

Awesome Lists containing this project

README

          

# AVR timers solutions

AVR timers implemeted for *Atmega 328p* MCU.
Included *clock*, *timers* for `asm` and `c`.

* [delay-asm](https://github.com/mrLSD/avr-timers/tree/master/delay-asm) - timer based on clock delay implemented on `asm`.

## Requirements
* avr-toolchain
* avr-dude

For tools installation:
```
sudo apt-get update
sudo apt-get install gcc-avr binutils-avr gdb-avr avr-libc avrdude
```

*LICENSE: MIT*