1# QR Code generator component
2
3This directory contains a QR code generator component written in C. This component is based on [QR-Code-generator](https://github.com/nayuki/QR-Code-generator).
4This component is used as part of the following ESP-IDF examples:
5- [DPP Enrollee Example](../../wifi/wifi_easy_connect/dpp-enrollee/).
6
7To learn more about how to use this component, please check API Documentation from header file [qrcode.h](./include/qrcode.h).
8
9Please 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.
10