mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 12:25:30 +00:00
This helps in cases where the IDF qrcode component and the RainMaker qrcode component both are included. Only one is selected in that case. When both are same, and have the same APIs, if either one is selected, it compiles without errors.
QR Code generator component
This directory contains a QR code generator component written in C. This component is based on QR-Code-generator.
To learn more about how to use this component, please check API Documentation from header file qrcode.h.