https://github.com/aib/atmel-avr-example
https://github.com/aib/atmel-avr-example
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aib/atmel-avr-example
- Owner: aib
- Created: 2018-06-28T11:11:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T13:13:36.000Z (over 5 years ago)
- Last Synced: 2025-07-24T15:10:51.392Z (11 months ago)
- Language: Makefile
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
This is a sample repository for working with `avr-gcc` and `avrdude` on simple Atmel projects.
## Usage
`make program`
to build and upload `main.hex`, which is built from `main.c`.
You can change the `TARGET` variable to build/upload another program:
`make TARGET=blink program`