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 a7c7d14 commit b90a316Copy full SHA for b90a316
shared-bindings/canio/__init__.c
@@ -54,6 +54,9 @@
54
//| Other implementations of the CAN device may exist (for instance, attached
55
//| via an SPI bus). If so their constructor arguments may differ, but
56
//| otherwise we encourage implementors to follow the API that the core uses.
57
+//|
58
+//| For more information on working with this module, refer to
59
+//| `this Learn Guide on using it <https://learn.adafruit.com/using-canio-circuitpython>`_.
60
//| """
61
//|
62
0 commit comments