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 4827502 commit a4f4effCopy full SHA for a4f4eff
shared-bindings/qrio/__init__.c
@@ -31,9 +31,15 @@
31
#include "py/obj.h"
32
#include "py/enum.h"
33
34
-//| """`qrio` module.
+//| """Low-level QR code decoding
35
//|
36
-//| Provides the `QRDecoder` object."""
+//| Provides the `QRDecoder` object used for decoding QR codes. For more
37
+//| information about working with QR codes, see
38
+//| `this Learn guide <https://learn.adafruit.com/scan-qr-codes-with-circuitpython>`_.
39
+//|
40
+//| .. note:: This library only handles decoding QR codes. If you are looking
41
+//| to generate a QR code, use the
42
+//| `adafruit_miniqr library <https://github.com/adafruit/Adafruit_CircuitPython_miniQR>`_"""
43
44
45
STATIC const mp_rom_map_elem_t qrio_module_globals_table[] = {
0 commit comments