固件类型:官方提供的固件
固件文件名称:debian10
固件下载地址:百度网盘 请输入提取码
Log日志:111.zip
![]()
我想在应用层检测这个按键,执行一些操作。
在rv1126的datasheet中没有RESET_KEY这个管脚
tchip_askquestions
111.zip (679 Bytes)
固件类型:官方提供的固件
固件文件名称:debian10
固件下载地址:百度网盘 请输入提取码
Log日志:111.zip
![]()
我想在应用层检测这个按键,执行一些操作。
在rv1126的datasheet中没有RESET_KEY这个管脚
tchip_askquestions
111.zip (679 Bytes)
看代码就知道了,
adc_keys: adc-keys {
status = "okay";
compatible = "adc-keys";
io-channels = <&saradc 0>; ## 对应的是 saradc 0 这个脚
io-channel-names = "buttons";
poll-interval = <100>;
keyup-threshold-microvolt = <1800000>;
recovery {
label = "recovery down";
linux,code = <KEY_KP9>;
press-threshold-microvolt = <300000>;
};
};