My solution attempt to "Roulette" #72
iampi31415
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
i like your program style a lot: good use of Rust data representations to keep things clear and brief. Thanks for sharing this! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Playground 1
I removed the MCU specifics to make it run in the playground; could also abstract Matrix LED dimensions to support any sequence. I removed the
loop {}so it does not loop forever on the playground / tests.Anyways, here is one version with comments:
Beta Was this translation helpful? Give feedback.
All reactions