Arduboy-homemade-package/board-package-source/libraries
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
..
ATMlib Fixed interrupt glitch in ATMlib.play() 2018-09-21 00:23:05 +02:00
ArdBitmap Added board package source (part 2 libraries) 2018-09-10 20:57:16 +02:00
ArdVoice added board package source (part 3 libraries) 2018-09-10 21:01:23 +02:00
Arduboy Added ST7565 library support 2018-09-16 18:34:36 +02:00
Arduboy-TinyFont added board package source (part 3 libraries) 2018-09-10 21:01:23 +02:00
Arduboy2 Added ST7565 library support 2018-09-16 18:34:36 +02:00
ArduboyPlaytune Updated ArduboyPlaytune to 1.0.4 2018-09-18 19:54:09 +02:00
ArduboyTones added board package source (part 3 libraries) 2018-09-10 21:01:23 +02:00
EEPROM added board package source (part 3 libraries) 2018-09-10 21:01:23 +02:00
FixedPointsArduino added board package source (part 3 libraries) 2018-09-10 21:01:23 +02:00
HID added board package source (part 3 libraries) 2018-09-10 21:01:23 +02:00
SPI added board package source (part 3 libraries) 2018-09-10 21:01:23 +02:00
SoftwareSerial added board package source (part 3 libraries) 2018-09-10 21:01:23 +02:00
Wire added board package source (part 4 libraries) 2018-09-10 21:04:34 +02:00