We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df514c0 commit f9a1017Copy full SHA for f9a1017
XRPLib/__init__.py
@@ -0,0 +1,10 @@
1
+"""
2
+ THIS LIBRARY WAS MADE FOR THE SPARKFUN XRP CONTROL BOARD.
3
+ PLEASE USE THE ASSOCIATED MICROPYTHON UF2 FILE.
4
5
+
6
+import sys
7
+if not "XRP" in sys.implementation._machine:
8
+ raise NotImplementedError("This library does not support your version of MicroPython. "
9
+ + "Please update your UF2 File for the Beta XRP Controller here: "
10
+ + "https://github.com/Open-STEM/XRP_MicroPython/releases/tag/v2.0.0")
0 commit comments