tjurik / Intervalometer

Arduino based intervalometer for time lapse photography
4 stars 0 forks source link

Add support for Adafruit Feather M0 (and other boards) #2

Closed tjurik closed 7 years ago

tjurik commented 7 years ago

We should support more chipsets/boards than the Uno.

These are probably driven by requirements:

What this means is editing the timer functionality - the interrupts, etc are different for different chipsets

tjurik commented 7 years ago

Added 1 sec timer for feather M0 board ARDUINO_SAMD_FEATHER_M0

tested and working