msi Posted July 14, 2005 Report Share Posted July 14, 2005 I'm about to begin a MIOS based footpedal project. Being a foot controller I need to get robust switches. I've found a source of switches but they are latching switches. Is it still possible to use these switches, and have the core module treat the switch as a momentary switch through software. So that when it goes from open to close, MIOS switches the function, then when close to open, it repeates the same funtion? Quote Link to comment Share on other sites More sharing options...
TK. Posted July 17, 2005 Report Share Posted July 17, 2005 Yes, this can be handled by software - it means that the program has to react on each transition, and not only on a 1->0 signal change. In other words: each time the USER_DIN_NotifyToggle function is called, you know that the switch has been moved, with a latching switch you don't need to filter out 0->1 transitionsBest Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.