Added files of Alex and fixed the code.
This commit is contained in:
parent
c3d1f605d7
commit
ccd5a1d53b
872 changed files with 15722 additions and 26674 deletions
|
@ -1,4 +1,4 @@
|
|||
mport RPi.GPIO as GPIO
|
||||
import RPi.GPIO as GPIO
|
||||
import pyrebase # u need to install Pyrebase module firstly
|
||||
from time import sleep
|
||||
|
||||
|
@ -114,7 +114,7 @@ class Motor:
|
|||
return False
|
||||
|
||||
|
||||
if _name__=="__main_":
|
||||
if __name__=="__main__":
|
||||
|
||||
#print("Execute function...")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue