Compare commits

..

No commits in common. "eff7f2c893a70bd13c7a73a40edfef48485ca70a" and "07aae2b0756f8d1e42a1143dc6deb05cf59434f9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
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.
@ -65,3 +64,4 @@ class DataHandler:
# Reset frame counter # Reset frame counter
self.frames_passed = 0 self.frames_passed = 0

View File

@ -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 program can be run without the actual hardware. the hardware can be run without the actual hardware.
""" """
# Constants used by RPi.GPIO # Constants used by RPi.GPIO