doayee / Nixie

Arduino Library for the Nixie Tube Driver
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Support for Arm Cortex Arduino Boards? #3

Open phulst opened 3 years ago

phulst commented 3 years ago

building a crypto price display with the Nixie tube driver. The Arduino MKR Wifi 1010 seemed like a great board for this type of application, but unfortunately this library doesn't compile there as the timer functionality to drive the LEDS is specific to ATMega controllers. Has anyone been able to get this library to work on a ARM Cortex SAMD21 based board?

I'd be willing to take a stab at it myself, but have little experience using hardware timers/ registers on embedded controllers so would need some pointers.

phulst commented 3 years ago

Looks like this might be helpful https://github.com/khoih-prog/SAMD_TimerInterrupt