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