https://github.com/neverpanic/arduino-makefile
A fork of Alan Burlinson's Makefile for Ardunio sketches, updated for the current Arduino distribution
https://github.com/neverpanic/arduino-makefile
Last synced: 19 days ago
JSON representation
A fork of Alan Burlinson's Makefile for Ardunio sketches, updated for the current Arduino distribution
- Host: GitHub
- URL: https://github.com/neverpanic/arduino-makefile
- Owner: neverpanic
- Created: 2012-02-04T17:01:27.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-02T00:24:52.000Z (almost 14 years ago)
- Last Synced: 2025-02-14T18:57:39.790Z (12 months ago)
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a fork of Alan Burlinson's Makefile for Arduino sketches[1]. The
Makefile didn't work for me on Arduino 1.0 and I had to make some adjustments. I
also removed code supporting older Arduino environments, so this will probably
not work with Arduino < 0023.
Feel free to open a pull request if you have any improvements or suggestions.
[1] http://bleaklow.com/2010/06/04/a_makefile_for_arduino_sketches.html