https://github.com/haider8/attiny13a_blink
Blink example by doing direct register manipulation
https://github.com/haider8/attiny13a_blink
Last synced: 2 months ago
JSON representation
Blink example by doing direct register manipulation
- Host: GitHub
- URL: https://github.com/haider8/attiny13a_blink
- Owner: Haider8
- Created: 2021-03-21T08:17:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T08:36:33.000Z (over 5 years ago)
- Last Synced: 2025-03-06T07:48:29.999Z (over 1 year ago)
- Language: C
- Size: 4.34 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Attiny13A Blink

## Installing required tools and dependencies
```sudo apt-get install binutils gcc-avr avr-libc uisp avrdude flex byacc bison```
## Compilation
```make```
## Upload code to Attiny MCU
```make upload```
## Related documents
* [Attiny13A Datasheet](https://ww1.microchip.com/downloads/en/DeviceDoc/ATtiny13A-Data-Sheet-DS40002307A.pdf)
* [Bootloading and using Arduino Uno as programmer](https://www.instructables.com/Updated-Guide-on-How-to-Program-an-Attiny13-or-13a/)