We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15eceb commit f41e314Copy full SHA for f41e314
1 file changed
docs/shared_bindings_matrix.py
@@ -69,6 +69,7 @@
69
"array": "CIRCUITPY_ARRAY",
70
# always available, so depend on something that's always 1.
71
"builtins": "CIRCUITPY",
72
+ "builtins.pow3": "CIRCUITPY_BUILTINS_POW3",
73
"busio.SPI": "CIRCUITPY_BUSIO_SPI",
74
"busio.UART": "CIRCUITPY_BUSIO_UART",
75
"collections": "CIRCUITPY_COLLECTIONS",
0 commit comments