Be more noisy

This commit is contained in:
Thammi 2013-09-03 22:12:53 +02:00
parent 83f3dae9d7
commit 82d8b16302

View File

@ -26,7 +26,7 @@ static void run(void) {
led_set(RIGHT, biased_random(light) > 0x20);
led_set(LEFT, biased_random(light) > 0x20);
if(biased_random(light) > 0x90) {
if(biased_random(light) > 0x70) {
uint16_t tone = (biased_random(light) * 2) + 500;
set_note(tone, 0);
} else {