Moved MDx tone generator sine table to FLASH

replace/445579c28683597f6ea3a4b73669ed311dc88807
Silvano Seva 2021-03-26 16:33:08 +01:00
rodzic d78fce07f5
commit 7f9600cdb7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@
* Sine table for PWM-based sinewave generation, containing 256 samples over one
* period of a 64Hz sinewave. This gives a PWM base frequency of 16.384kHz.
*/
uint8_t sineTable[] =
static const uint8_t sineTable[] =
{
128,131,134,137,140,143,146,149,152,155,158,162,165,167,170,173,176,179,182,
185,188,190,193,196,198,201,203,206,208,211,213,215,218,220,222,224,226,228,