Brian Schmalz
Brian Schmalz
OK, I'd like to work on this functionality, to see if it can be done in a straightforward way, and get the feature into a new EBB firmware version. So,...
I like this a lot. Simpler to implement, understand and use. So something like "LE,,," (LE for Limit Enable), where is a letter port name, is the pin number on...
Agreed - it would be wonderful to be able to turn on any number of pins to be a trigger. However, we may have a technical limitation. The ISR that...
I now have an implementation of this feature. It's probably not perfect, and it's not exactly what was discussed above, but I think it's close enough to meet everyone's needs....
Hopefully this is obvious, but if your motion stops because of a limit switch trigger, the EBB will not be in sync any longer with the PC with regards to...
This new feature will be part of the upcoming v3.0.0 release of EBB Firmware.
This limit switch feature is now part of the official EBB firmware as of v3.0.2 merged into master as of PR #232 See ebb.html for complete documentation on how it...
Thinking about this some more, I like the L3 approach the best. I don't think it would be that much more work (saying that without the code in front of...
Completely agreed. That shouldn't be too hard either. *Brian On Mon, Jun 4, 2018 at 5:29 PM, Windell Oskay wrote: > If we do, it would be nice to add...
OK, after looking at the code for a few minutes, this isn't going to be trivial. The code that handles RC servo moves currently is broken out into two sections....