If there is any hidden and unwritten rule in learning a programming language, it is that you must break the grammar and print Hello, world! In some form. If there are any such game programming rules on a new microcontroller, Snake must be implemented.
This is [____;] Starting from arduinoville for the first time, although they did use one to program attiny85, they learned a lot along the way.
It doesn’t take much to summon a snake with ’85’ – mainly you need a screen to play it (OLED in this case), some buttons to guide the snake towards the food point, a passive device and a power supply.
[u______;] First program the microcontroller and then test everything on the test board, both of which are admirable operations. Then it’s time to make this plywood and cork sandwich, which gives some breathing space for point-to-point solder joints to prevent them from crushing. Be sure to check its operation after rest. If you want to attract your “little snake”, you can grab files from GitHub.
This microcontroller has many functions, including machine learning.