]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Module to help with cross-platform test cases
authorCefn Hoile <github.com@cefn.com>
Fri, 16 Feb 2018 21:24:53 +0000 (21:24 +0000)
committerCefn Hoile <github.com@cefn.com>
Fri, 16 Feb 2018 21:24:53 +0000 (21:24 +0000)
python/agnostic.py [new file with mode: 0644]

diff --git a/python/agnostic.py b/python/agnostic.py
new file mode 100644 (file)
index 0000000..2246326
--- /dev/null
@@ -0,0 +1,3 @@
+#platform = sys.implementation.platform
+platform="esp8266"
+"""Useful indirection to test Pin naming logic by switching platform in testing"""
\ No newline at end of file