Update qrio documentation

This commit is contained in:
Alec Delaney 2022-05-12 14:53:01 -04:00 committed by GitHub
parent 4827502b98
commit a4f4effb44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -31,9 +31,15 @@
#include "py/obj.h"
#include "py/enum.h"
//| """`qrio` module.
//| """Low-level QR code decoding
//|
//| Provides the `QRDecoder` object."""
//| Provides the `QRDecoder` object used for decoding QR codes. For more
//| information about working with QR codes, see
//| `this Learn guide <https://learn.adafruit.com/scan-qr-codes-with-circuitpython>`_.
//|
//| .. note:: This library only handles decoding QR codes. If you are looking
//| to generate a QR code, use the
//| `adafruit_miniqr library <https://github.com/adafruit/Adafruit_CircuitPython_miniQR>`_"""
//|
STATIC const mp_rom_map_elem_t qrio_module_globals_table[] = {