MCUdude / ButterflyCore

An Arduino core for the ATmega169, ATmega329 and ATmega649
GNU Lesser General Public License v2.1
10 stars 4 forks source link

Rtc support? #3

Open ripper121 opened 4 years ago

ripper121 commented 4 years ago

In the description it says rtc support but I can't find any example or library for the rtc of the butterfly.

MCUdude commented 4 years ago

There is no RTC library here. YOu may be able to find something compatible if you search for it. The Butterfly board itself has a 32.768kHz crystal, but you'll have to write your own code for it.