Skip to content

Commit

Permalink
I can run the code now
Browse files Browse the repository at this point in the history
  • Loading branch information
srikarg89 committed May 31, 2020
1 parent 4fec260 commit 62c5d42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions addr.command.i2c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions addr.state.i2c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"-1": 0}
1 change: 1 addition & 0 deletions hermes/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .hermes import Hermes
2 changes: 1 addition & 1 deletion hermes/hermes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from modules.eps import EPS
from hermes.modules.eps import EPS
from threading import Thread

class Hermes:
Expand Down

0 comments on commit 62c5d42

Please sign in to comment.