Commit Graph

57 Commits

Author SHA1 Message Date
Mr.Blinky 02aa13d078
Fixed interrupt glitch in ATMlib.play()
Timer/counter 4 is enabled on Arduino init() and a Timer/counter 4 overflow may happen right after the timer/counter 4 interrupt is enabled. When this happens the channels have not been initialized yet causing random noise/sounds being played.
This has been fixed by moving the interrupt enable after the channels have been initialized.
2018-09-21 00:23:05 +02:00
Mr.Blinky 8bf0c707d6
Updated ArduboyPlaytune to 1.0.4 2018-09-18 19:54:09 +02:00
Mr.Blinky 71b27ac33c
added missing files 2018-09-18 18:19:10 +02:00
Mr.Blinky 753aa84d90
Added ST7565 library support 2018-09-16 18:34:36 +02:00
Mr.Blinky 7c8f3f0ddf
added board package source (part 4 libraries) 2018-09-10 21:04:34 +02:00
Mr.Blinky d571669182
added board package source (part 3 libraries) 2018-09-10 21:01:23 +02:00
Mr.Blinky 422fa0901a
Added board package source (part 2 libraries) 2018-09-10 20:57:16 +02:00