Symbols
loading...
Files
loading...

wifi_prov_mgr sample sample

wifi_prov_mgr sample is a sample project defining the following symbols:

Most used functions

Name
Location
Summary
Displays QR Code on the console
Encodes the given string into a QR Code and calls the display function @attention 1. Can successfully encode a UTF-8 string of up to 2953 bytes or an alphanumeric string of up to 4296 characters or any digit string of up to 7089 characters
Returns the Pixel value for the given coordinates False indicates White and True indicates Black @attention 1. Coordinates for top left corner are (x=0, y=0) @attention 2. For out of bound coordinates false (White) is returned
Returns the side length of the given QR Code

Other commonly used symbols

Name
Location
Summary
QR Code configuration options
QR Code handle used by the display function
Max QR Code Version to be used. Range: 2 - 40
Function called for displaying the QR Code after encoding is complete
Error Correction Level for QR Code
QR Code Error Tolerance of 7%
QR Code Error Tolerance of 15%
QR Code Error Tolerance of 25%
QR Code Error Tolerance of 30%

Dependencies