sg 滤波器

sg 滤波器: Savitsky Golay filter 库 github 上面可用的库有两个: savitzky-golay-filter: https://github.com/ruozhuochen/savitzky-golay-filter https://github.com/...

[转] 在Linux驱动中使用gpio子系统

转自: https://www.jianshu.com/p/f160209bd64b 内核相关文档 Documentation\devicetree\bindings\pinctrl\pinctrl-bindings.txt Documentation\gpio\gpio.txt Docu...

[转] 设备树详解

转自: https://blog.csdn.net/qq_28992301/article/details/53321610 设备树详解 在Linux3.x版本后,arch/arm/plat-xxx和arch/arm/mach-xxx中,描述板级细节的代码(比如platform_devic...

aosp gpio driver 和 dts 以及键值上报

配置和定义 gpio_power_detect { compatible = "quectel,gpio_power_detect"; pinctrl-names = "default"; ...

Duplicate class org.apache.maven.surefire.report.SafeThrowable found in modules jetified-common-java5-2.19.1

报错 今天在引入 jdsp 这个库是,直接使用 implementation 'com.github.psambit9791:jdsp:1.0.0',结果 androidstudio 报错如下: Duplicate class org.apache.maven.surefire.report...

aosp 增加 home 键

查看具体键值 kernel/msm-4.9/include/uapi/linux/input-event-codes.h 和 frameworks/base/data/keyboards/Generic.kl 这个里面都可以看到 home 对应的是 172. 修改 dtsi vim kerne...

android sqlite 获取数据条数

直接使用 sql 语句 SQLiteDatabase db = analysisDBOpenHelper.getReadableDatabase(); String find = "select count(*) from " + "info"; ...

android 媒体音量无法从扬声器输出

问题现象 未插耳机右上角有耳机图标 设置内调节 media 和 call volume 没有声音输出,但是拉动其他 ring,alarm 有声音输出;确定音源文件也是有的。 原因 可以了解设置内的每个音量条的策略都是不一样的,ring 和 alarm 都是默认强制从喇叭输出,但是 medi...

android 显示设置中增加 从不熄屏

packages/apps/Settings/res/values-zh-rCN/arrays.xml @@ -37,6 +37,7 @@ <item msgid="2693197579676214668">"5 分钟"</item> <ite...

netgear r7000 ddns can not update

r7000 点击 ddns 中的 show status 时,提示: Update failed at The service provider is not reachable. 经过网上搜索,发现解决方法很简单,Service Provider 选择 NoIp.com,然后重启即可。 ...