CircuitPython/board.py

changeset 6
81a2208f13e4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CircuitPython/board.py	Wed Aug 28 19:53:19 2019 +0200
@@ -0,0 +1,17 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2019 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Module containing stubs for API generation of the 'board' module.
+"""
+
+def I2C():
+    pass
+
+def SPI():
+    pass
+
+def UART():
+    pass

eric ide

mercurial