Skip to content

Commit

Permalink
refactor(api): deploy libgpiod for gpio control and deprecate sysfs
Browse files Browse the repository at this point in the history
closes #5310
  • Loading branch information
ahiuchingau committed Apr 7, 2020
1 parent e3ce552 commit 7fb50ee
Show file tree
Hide file tree
Showing 8 changed files with 258 additions and 232 deletions.
2 changes: 2 additions & 0 deletions api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ twine = "==2.0.0"
typing-extensions = "*"
wheel = "==0.30.0"
"e1839a8" = {editable = true, path = "."}
gpiod = {version = "*", markers = "sys_platform == 'linux'"}

[packages]
aiohttp = "==3.4.4"
Expand All @@ -35,3 +36,4 @@ pyserial = "==3.4"
systemd-python = {version="==234", sys_platform="== 'linux'"}
urwid = "==1.3.1"
pydantic = "==1.4.0"
gpiod = {version = "*", markers = "sys_platform=='linux'"}
122 changes: 83 additions & 39 deletions api/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7fb50ee

Please sign in to comment.