YesNoMaybe – YMNK probability gate module
This module is great for adding a bit of randomness to sequences for example. You input a clock signal and output five variations of the same signal with different probabilities. Original project page: Here #define CLOCK_IN 0 #define LED_OUT_START 2 #define POT_START 1 #define LED_COUNT 5 const byte outputCount = 5; bool state = false; […]
