We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ade53 commit ba4eafbCopy full SHA for ba4eafb
MLC/arduino/__init__.py
MLC/arduino/boards.py
@@ -0,0 +1,5 @@
1
+
2
+Due = {"ANALOG_PINS":range(54, 67), "DIGITAL_PINS":range(0,54)}
3
+Uno = {"ANALOG_PINS":range(14, 20), "DIGITAL_PINS":range(0,14)}
4
+Mega = {"ANALOG_PINS":range(54, 70), "DIGITAL_PINS":range(0,54)}
5
+Leonardo = {"ANALOG_PINS":range(14, 20), "DIGITAL_PINS":range(0,14)}
0 commit comments