import board
import digitalio
-#from Adafruit_GPIO import Platform
-#print("Platform = ", Platform.platform_detect(), Platform.pi_version())
+# from Adafruit_GPIO import Platform
+# print("Platform = ", Platform.platform_detect(), Platform.pi_version())
print("hello blinka!")
-print("Found system type: %s (sys.plaform %s implementation %s) " %
- (agnostic_board, sys.platform, sys.implementation.name))
+print(
+ "Found system type: %s (sys.plaform %s implementation %s) "
+ % (agnostic_board, sys.platform, sys.implementation.name)
+)
print("board contents: ", dir(board))