Compare commits

...

2 Commits

Author SHA1 Message Date
eff7f2c893 reformatted file 2023-05-11 15:28:21 -04:00
adfece1a32 fixed doc error 2023-05-11 15:28:11 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,7 @@
import pocket_friends
import json
class DataHandler:
"""
Class that handles the hardware attributes and save files.
@ -64,4 +65,3 @@ class DataHandler:
# Reset frame counter
self.frames_passed = 0

View File

@ -1,6 +1,6 @@
"""
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