]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/micropython.py
Google Coral support for the i2c, spi, and GPIO pins. uart #3 not available and remai...
[Adafruit_Blinka-hackapet.git] / src / micropython.py
old mode 100644 (file)
new mode 100755 (executable)
index 7aaaca6..b5af9b3
@@ -1,3 +1,2 @@
-class const:
-    def __new__(self, x):
-        return x
+def const(x):
+    return x