123456789101112131415161718192021222324252627 |
- #ifndef ZEPHYR_INCLUDE_DRIVERS_LED_HT16K33_H_
- #define ZEPHYR_INCLUDE_DRIVERS_LED_HT16K33_H_
- #include <drivers/kscan.h>
- int ht16k33_register_keyscan_callback(const struct device *parent,
- const struct device *child,
- kscan_callback_t callback);
- #endif
|