Results 19 comments of RetiredWizard
trafficstars

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...

@cwalther I was thinking about the offset check from my PR and was wondering if it's a carry over from the IMX boards that support an RTC battery to keep...

Thanks! Great detective work!

This looks good to me. I'm excited to test it out later tonight and see if it resolves issues I've been having running adventure especially on microcontrollers with limited ram....

I tested on a Pico running adventure and was able to play far into the dungeon without a memory crash. Before this update, I would get a memory allocation error...