Compare commits
2 Commits
07aae2b075
...
eff7f2c893
Author | SHA1 | Date | |
---|---|---|---|
eff7f2c893 | |||
adfece1a32 |
@ -1,6 +1,7 @@
|
|||||||
import pocket_friends
|
import pocket_friends
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
|
||||||
class DataHandler:
|
class DataHandler:
|
||||||
"""
|
"""
|
||||||
Class that handles the hardware attributes and save files.
|
Class that handles the hardware attributes and save files.
|
||||||
@ -64,4 +65,3 @@ class DataHandler:
|
|||||||
|
|
||||||
# Reset frame counter
|
# Reset frame counter
|
||||||
self.frames_passed = 0
|
self.frames_passed = 0
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
"""
|
"""
|
||||||
Module used to fake the RPi.GPIO module so that
|
Module used to fake the RPi.GPIO module so that
|
||||||
the hardware can be run without the actual hardware.
|
the program can be run without the actual hardware.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Constants used by RPi.GPIO
|
# Constants used by RPi.GPIO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user