Mr.Blinky
0de4b41588
Fixed interrupt glitch in ATMlib.play() p2
...
Disabled timer/counter 4 overflow interrupt at beginning of play() to prevent bad sounds from being played when song is changed while playing
2018-09-21 00:32:21 +02:00
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
bec41ebf90
Added ST7565 bootloader hex files
2018-09-18 19:37:12 +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
38b628cbab
Added ST7565 bootloader
2018-09-16 18:31:39 +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
Mr.Blinky
2921024e29
Added source files (part 1)
...
Added all source files except the libraries (too many files to add in a single go)
2018-09-10 20:50:47 +02:00