Uri Shaked
Uri Shaked
Yes, exactly. I figured out that in most cases, people would probably want the default configuration for the chip. But the API can let you initialize things differently, at least...
> Would it be possible to use EEPROM with local storage using this API? I addressed this by letting you specify a different EEPROM backend, so given [this localstorage backend...
Indeed! there's a pull-request, mostly working. I have to sit down for half a day and finish it. Does it affect in any way the new API?
> I may be wrong but wouldn't it have different configuration for external interrupts per chip? That's correct. The idea is to have this configuration as part of the GPIO...
Thanks for reporting @drf5n! It's probably best to recompile grbl inside Wokwi (so we have the ELF file), then debug it [using GDB](https://docs.wokwi.com/gdb-debugging) to figure out where exactly it hangs....
When you start a GDB session, the Wokwi interface should continue to function in the browser tab where you started the simulation from. You can see an example here: https://youtu.be/YUUHw-bU9yk?t=434...
Thanks for the example! I'll have to find a time to sit down and look into it more thoroughly. From a quick look, your suggested fix might work - but...
Moved it for you :)