You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a bunch of high level class that is a collection of smaller classes auto-wired into the most common configurations. For example, create a new SmartSwitch class which has the entire Button->PressRepeater->ClickType->SmartSwitchController->LoadController->LEDLight->SKOutput chain defined in its enable(). We would in effect be wrapping the code in the examples into high level classes which would be must easier for the "junior programmers" to use.
The text was updated successfully, but these errors were encountered:
joelkoz
changed the title
ENH: Create high level "device" objects out of the fine grained transforms and sensors
Create high level "device" objects out of the fine grained transforms and sensors
Dec 31, 2020
From a conversation in PR #261:
Create a bunch of high level class that is a collection of smaller classes auto-wired into the most common configurations. For example, create a new SmartSwitch class which has the entire Button->PressRepeater->ClickType->SmartSwitchController->LoadController->LEDLight->SKOutput chain defined in its enable(). We would in effect be wrapping the code in the examples into high level classes which would be must easier for the "junior programmers" to use.
The text was updated successfully, but these errors were encountered: