elral

Results 35 comments of elral

O.K., now I got it working. So I answer myself if somebody else runs in this topic. I have mounted my NAS to `/media/Diskstation_web` Then the paths must be set...

Maybe we should have another thought about implementing this in the firmware. I am using my own button routine for my G1000, where I need the repeat function for the...

> the configuration might be even plane specific than button specific. This is a very goog point which absolutely votes for implementing it on the connector side. Hadn't this in...

Yes, the firmware supports driver boards with step/dir signals in the way described above. This was added when the firmware was refactored as preparation once the GUI is changed. In...

I have done a "quick and dirty" implementation some month ago. All pins show up as output or input via the existing UI as changing the connector is out of...

> If you have a link to your version that you're willing to share, I can see if it might spare me some effort. https://github.com/elral/MobiFlight-Firmware/tree/MCP23017_new This is from my first...

Should be an ease to extend my EEPROM clear sketch with the blink sequence. I am only unsure if checking the first byte of the EEPROM is sufficient or if...

A fixed number of pins, or better variable number of pins, should be possible to define. If e.g. a Display is connected which requires pins these must be marked as...

Beside the pins which could be defined it would also be helpfull to define a string within the configuration dialog which could be used for intialisation parameters of the decice....

One more idea while looking in my motorized axis code. The custom device might also require existing devices. So within the custom device another existing device should be added. The...