Arduboy-homemade-package/board-package-source
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
..
bootloaders Added ST7565 bootloader hex files 2018-09-18 19:37:12 +02:00
cores/arduboy Added source files (part 1) 2018-09-10 20:50:47 +02:00
libraries Fixed interrupt glitch in ATMlib.play() 2018-09-21 00:23:05 +02:00
variants Added source files (part 1) 2018-09-10 20:50:47 +02:00
boards.txt Added ST7565 bootloader 2018-09-16 18:31:39 +02:00
platform.txt Added source files (part 1) 2018-09-10 20:50:47 +02:00
readme.md Added source files (part 1) 2018-09-10 20:50:47 +02:00

readme.md

Arduboy HomeMade package source

This is the latest source and may contain changes not yet available in the latest zip archive