udoklein / dcf77

Noise resilient DCF77 decoder library for Arduino
http://blog.blinkenlight.net/experiments/dcf77/dcf77-library/
GNU General Public License v3.0
93 stars 28 forks source link

library.properties wrong architecture label #25

Closed udoklein closed 7 years ago

udoklein commented 7 years ago

According to library.properties "arm" is a supported architecture. Although the library supports the Arduino Due the label is wrong. The proper label is "sam".

udoklein commented 7 years ago

Fixed https://github.com/udoklein/dcf77/tree/v3.1.8