From 82d8b16302f3823efb6959da8181e7f2a9304b32 Mon Sep 17 00:00:00 2001 From: Thammi Date: Tue, 3 Sep 2013 22:12:53 +0200 Subject: [PATCH] Be more noisy --- firmware/apps/buggy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/apps/buggy.c b/firmware/apps/buggy.c index 5a939df..6ca63cc 100644 --- a/firmware/apps/buggy.c +++ b/firmware/apps/buggy.c @@ -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 {