添加电源管理支持

USB HID 继电器支持
GPIO 添加初始文件
This commit is contained in:
mofeng-git
2024-10-02 12:55:48 +00:00
parent 758ba42838
commit 0f39312eac
9 changed files with 144 additions and 8 deletions

View File

@@ -140,6 +140,8 @@ class _GpioOutput: # pylint: disable=too-many-instance-attributes
self.__region = aiotools.AioExclusiveRegion(GpioChannelIsBusyError, notifier)
self.gettext=Languages().gettext
def is_const(self) -> bool:
return (not self.__switch and not self.__pulse_delay)