We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a895b3a + e211d39 commit 20aeeabCopy full SHA for 20aeeab
pewpew_m4/ugame.py
@@ -41,6 +41,7 @@ def get_pressed(self):
41
now = time.monotonic()
42
if self.last_z_press:
43
if now - self.last_z_press > 2:
44
+ supervisor.set_next_code_file(None)
45
supervisor.reload()
46
else:
47
self.last_z_press = now
pybadge/ugame.py
@@ -1,4 +1,9 @@
1
import board
2
+"""
3
+A helper module that initializes the display and buttons for the
4
+Adafruit PyBadge game console.
5
6
+
7
import stage
8
import displayio
9
import busio
pygamer/ugame.py
@@ -1,3 +1,8 @@
+Adafruit PyGamer game console.
import analogio
0 commit comments