Skip to content

Commit

Permalink
add prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
juju1337 committed Jun 7, 2021
1 parent bc1059e commit fd2a460
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
import time
from collections import deque

from modules import cbpi
from modules.core.props import Property
from modules.core.hardware import ActorBase
from modules.core.controller import KettleController

try:
import RPi.GPIO as GPIO
GPIO.setmode(GPIO.BCM)

except Exception as e:
print
e
pass

@cbpi.actor
class HendiHeater(ActorBase):
Expand Down

0 comments on commit fd2a460

Please sign in to comment.