RetiredWizard
RetiredWizard
10 DIM A(10) 20 FOR I = 1 TO 10 30 PRINT "ENTER VALUE NUMBER ";I; 35 REM *** THE FOLLOWING STATEMENT DOESN'T CURRENT WORK PROPERLY *** 40 INPUT ":...
I'm not sure how I found my way there but I used the "In-System Programming" section on this site: https://www.silabs.com/developers/mcu-programming-options to download "Simplicity Commander" which recognized and programmed the board...
Sorry, I obviously didn't search open pull requests :/ I'll be sure for future PRs....
You can get there after a few clicks from the "MGM240P Wireless Module" link but should there be a direct link to the "Simplicity Commander" download as well?
That looks correct, however I'm running the Windows install which would probably be launched from an icon rather than the command line. Here are a couple other approaches that I...
@FoamyGuy got me interested in this during his deep dive stream.... The AnimateOnce method doesn't actually enforce a single animate, the example code indicates that you need to test the...