keycard-pro/app/qrcode/qrout.h

13 lines
180 B
C

#ifndef _UI_QROUT_
#define _UI_QROUT_
#include <stdint.h>
#include "error.h"
#include "screen/screen.h"
app_err_t qrout_display_ur();
app_err_t qrout_display_address();
#endif