I'm having issues with making the code work properly. When I load the code, my feather m4 is blinking in the following order:
green once, yellow once, yellow 3x, cyan 2x.
What could I be doing wrong? Is it something I am loading wrong, or could it be a bad connection on the board?
This issue on line 32 is usually caused by having the wrong version of CircuitPython installed on the board. If you go to the CRAFT page and download the latest version of "RG - Software" (v3), the updated version of CircuitPython is there now. Double-press the reset button on your M4 to get FEATHERBOOT to appear as a hard-drive on your computer and then drag and drop the "adafruit-circuitpython-feather_m4_express-en_US-5.3.0.UF2" file onto the FEATHERBOOT drive. If this doesn't fix the issue, just let me know and I'll come up with a different solution.
Sweet! Easy fix. Thank you for the help.