Read the target
The challenge gives you a decimal number between 1 and 63.
Interactive binary playground
Turn six bits on or off until their values add up to the target. The same interface can run in a browser or control the original ESP8266-and-LED teaching device.
How it works
The challenge gives you a decimal number between 1 and 63.
Each switch contributes 32, 16, 8, 4, 2 or 1 when it is on.
When the active values add up to the target, you have its binary representation.