Deterministic Fez Flea

Does the FezFlea still have the ability to load C modules that can execute faster than the .net interpreter?

I am investigating feed-forward compensation for stepper motor speed on the powerStep01, and I want to be able to send commands over SPI based on step clock outputs. The idea is to count a number of step clocks and then send the speed adjustment quickly. I’m trying very hard not to need a rpi pico.

I don’t think TInyClr ever had the ability to load C modules. That was a .Net Micro Framework feature.

Ah, that makes sense now. Er boy. I’ll have to consider my options.