#ifndef _BSP_KEY_NONBLOCK_H #define _BSP_KEY_NONBLOCK_H #include "bsp_config.h" #define BSP_KEY_NUM_MAX 99 extern U8 bsp_key_nonblock_init(void); extern U8 bsp_key_nonblock_scan(U8 *row, U8 *col); extern U8 bsp_key_nonblock_scan_col(U8 col); #endif