- MicroPython Cookbook
- Marwan Alsabbagh
- 59字
- 2021-06-24 14:28:05
There's more...
The use of the random module in MicroPython projects opens up a whole range of fun possibilities for unique and different projects. This recipe covered one example of combining the random library with code to specify a color so that random colors can be chosen. Over 16 million different colors might be randomly selected using this method.