fixes audio prescaler to emit correct freq
This commit is contained in:
@ -35,9 +35,9 @@ extern keymap_config_t keymap_config;
|
||||
#include "audio.h"
|
||||
|
||||
float goodbye[][2] = {
|
||||
{440.0*pow(2.0,(67)/12.0), 8},
|
||||
{440.0*pow(2.0,(60)/12.0), 8},
|
||||
{440.0*pow(2.0,(55)/12.0), 12},
|
||||
{440.0*pow(2.0,(31)/12.0), 8},
|
||||
{440.0*pow(2.0,(24)/12.0), 8},
|
||||
{440.0*pow(2.0,(19)/12.0), 12},
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user