diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-06-10 23:02:34 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-06-10 23:02:34 +0300 |
commit | b0bf43e6a272d42a55158e657bd937cb82fc3d8d (patch) | |
tree | f1bc13253bc028abcaed9c88882f5aee384a269c /pyA20 | |
parent | f3b9d50496257d87757802dfb472b5ffae11962c (diff) |
move files, rename home package to homekit
Diffstat (limited to 'pyA20')
-rw-r--r-- | pyA20/__init__.pyi | 0 | ||||
-rw-r--r-- | pyA20/gpio/connector.pyi | 2 | ||||
-rw-r--r-- | pyA20/gpio/gpio.pyi | 24 | ||||
-rw-r--r-- | pyA20/gpio/port.pyi | 36 | ||||
-rw-r--r-- | pyA20/port.pyi | 0 |
5 files changed, 0 insertions, 62 deletions
diff --git a/pyA20/__init__.pyi b/pyA20/__init__.pyi deleted file mode 100644 index e69de29..0000000 --- a/pyA20/__init__.pyi +++ /dev/null diff --git a/pyA20/gpio/connector.pyi b/pyA20/gpio/connector.pyi deleted file mode 100644 index 12b2b6e..0000000 --- a/pyA20/gpio/connector.pyi +++ /dev/null @@ -1,2 +0,0 @@ -gpio1 = 0 -LED = 0
\ No newline at end of file diff --git a/pyA20/gpio/gpio.pyi b/pyA20/gpio/gpio.pyi deleted file mode 100644 index 225fcbe..0000000 --- a/pyA20/gpio/gpio.pyi +++ /dev/null @@ -1,24 +0,0 @@ -HIGH = 1 -LOW = 0 -INPUT = 0 -OUTPUT = 0 -PULLUP = 0 -PULLDOWN = 0 - -def init(): - pass - -def setcfg(gpio: int, cfg: int): - pass - -def getcfg(gpio: int): - pass - -def output(gpio: int, value: int): - pass - -def pullup(gpio: int, pull: int): - pass - -def input(gpio: int): - pass
\ No newline at end of file diff --git a/pyA20/gpio/port.pyi b/pyA20/gpio/port.pyi deleted file mode 100644 index 17f69fe..0000000 --- a/pyA20/gpio/port.pyi +++ /dev/null @@ -1,36 +0,0 @@ -# these are not real values, just placeholders - -PA12 = 0 -PA11 = 0 -PA6 = 0 - -PA1 = 0 -PA0 = 0 - -PA3 = 0 -PC0 = 0 -PC1 = 0 -PC2 = 0 -PA19 = 0 -PA7 = 0 -PA8 = 0 -PA9 = 0 -PA10 = 0 -PA20 = 0 - -PA13 = 0 -PA14 = 0 -PD14 = 0 -PC4 = 0 -PC7 = 0 -PA2 = 0 -PC3 = 0 -PA21 = 0 -PA18 = 0 -PG8 = 0 -PG9 = 0 -PG6 = 0 -PG7 = 0 - -POWER_LED = 0 -STATUS_LED = 0
\ No newline at end of file diff --git a/pyA20/port.pyi b/pyA20/port.pyi deleted file mode 100644 index e69de29..0000000 --- a/pyA20/port.pyi +++ /dev/null |