esp-idf/examples/common_components/qrcode
2021-11-11 15:32:36 +01:00
..
include Add DPP Enrollee example 2021-01-25 13:26:33 +05:30
CMakeLists.txt Add DPP Enrollee example 2021-01-25 13:26:33 +05:30
esp_qrcode_main.c Add DPP Enrollee example 2021-01-25 13:26:33 +05:30
esp_qrcode_wrapper.c Add DPP Enrollee example 2021-01-25 13:26:33 +05:30
qrcodegen.c Add QR Code display support 2021-01-25 13:24:21 +05:30
qrcodegen.h Add QR Code display support 2021-01-25 13:24:21 +05:30
README.md Add DPP Enrollee example 2021-01-25 13:26:33 +05:30

QR Code generator component

This directory contains a QR code generator component written in C. This component is based on QR-Code-generator. This component is used as part of the following ESP-IDF examples:

To learn more about how to use this component, please check API Documentation from header file qrcode.h.

Please note that this component is not considered to be a part of ESP-IDF stable API. It may change and may be removed in the future releases.