-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- *** performance improvement: digital inputs, switches and buttons now set in separate threads in order to NOT wait until "slow file handling" is done before doing the next file handling to set the signals to zero or one. Note: sill, for some reason the "overall" performance improvement is not so big. Added __thread_set_one/zero() and __set_one/zero(). - BUG corrected: call to self.clock.updateGuiDefs() added where missing # NOTE: self.CLOCK_PERIOD_SEC is set within this call - BUG corrected: initialization of class variables now completely inside __init__() - CLOCK_PERIOD_SEC removed as argument to some object creations as not needed (leds, digital_outputs) - several small improvements
- Loading branch information
1 parent
cdb3772
commit de376f5
Showing
9 changed files
with
280 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.