]> Repositories - hackapet/Adafruit_Blinka.git/blobdiff - python/microcontroller/__init__.py
Avoided polluting board namespace with microcontroller pin names added note re I2C.
[hackapet/Adafruit_Blinka.git] / python / microcontroller / __init__.py
index 66ce0417699a0dfa445e2a4a7f479a035c5eaedc..befd49a8e3f235fbbbd015ed9b855e560d114760 100644 (file)
@@ -1,3 +1,4 @@
 import agnostic
+
 if agnostic.platform == "esp8266":
     from microcontroller.esp8266 import *
\ No newline at end of file