Andrew Marles
Andrew Marles
First, I would like to thank @J-Dunn for the work on this issue mentioned here: https://github.com/Schildkroet/GRBL-Advanced/issues/58 In particular this post: https://github.com/Schildkroet/GRBL-Advanced/issues/58#issuecomment-871296602 I think it's relevant to open this issue here...
A couple of things I've noticed testing W5500 on a new version of the PicoBOB. First, the reset pin does not appear to be toggling correctly. I do not have...
Been working on this board for a while and it is ready for release. Design files will be posted shortly. https://github.com/Expatria-Technologies/Flexi-HAL
I think that on lines 2010 and lines 2023 that the bang should not be prefixed on the call to spindle_get_caps: https://github.com/grblHAL/core/blob/9a060d7ea0f01cab7444fee447741b010cb4cb3a/settings.c#L2010 https://github.com/grblHAL/core/blob/9a060d7ea0f01cab7444fee447741b010cb4cb3a/settings.c#L2023 I think they should be `available =...
Added functions for using the FlexGPIO I2C expander. Hopefully this is a reasonable implementation with the new API. Plugin repo is here: https://github.com/Expatria-Technologies/plugin_FlexGPIO Actual expander code repo is here: https://github.com/Expatria-Technologies/FlexGPIO...
I put the FlexGPIO in its own plugin repo instead of in the driver code (like the other I2C expanders) as it is fairly generic and could be used on...