|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include "cdc_ui/IView.h"#include "freertos/FreeRTOS.h"#include "freertos/semphr.h"#include <cstdint>Go to the source code of this file.
Classes | |
| struct | cdc::ui::ListItem |
| class | cdc::ui::ListView |
Namespaces | |
| namespace | cdc |
| namespace | cdc::ui |
| Centralized key-code constants for cdc_views. | |
Functions | |
| ListView * | cdc::ui::showListView (const char *title, const ListItem *items, uint16_t count, ListView::SelectCallback onSelect, const char *hint) |
| Shows a shared list view instance with selection callback. | |