macsehw/firmware/rtc/domake.sh
Andrew Makousky 1f8d0f8163 Fix a bunch of issues with ATTiny85 RTC implementation.
Decouple from Arduino libraries, use a small header file instead.
Now compiles with plain avr-gcc.  Still needs more work.
2020-09-04 06:28:46 -05:00

4 lines
98 B
Bash
Executable File

#! /bin/sh
avr-gcc -c -Os -mmcu=attiny85 MacRTC.cpp
avr-gcc -mmcu=attiny85 -o MacRTC.axf MacRTC.o