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
- Host: GitHub
- URL: https://github.com/mrlsd/avr-timers
- Owner: mrLSD
- License: mit
- Created: 2019-07-02T10:04:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T10:48:59.000Z (over 6 years ago)
- Last Synced: 2025-01-06T14:42:49.098Z (about 1 year ago)
- Language: Assembly
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*