文件名称:hcsr04-vs-sharp-ir-GP2Y0A02YK0F-VL53L0X:HC-SR04和夏普IR GP2Y0A02YK0F和VL53L0X
文件大小:2.64MB
文件格式:ZIP
更新时间:2024-06-01 07:05:47
raspberry-pi arduino esp8266 max7219 sharp
使用Arduino的3种接近传感器技术之间的比较研究 下载Arduino项目 从Arduino IDE的库管理器安装以下库 更改Arduino程序中的设置 型号,Sharp GP2Y0A02YK0F为20150 PIN_HCSR04_ECHO PIN_HCSR04_TRIG PIN_GP2Y0A02YK0F 更改文件:Arduino / Librarie / ZSharpIR.cpp 更改WMath-> Math.h 注释掉AnalogReadResolution(res); 后 // Sort it sort ( ir_val , NB_SAMPLE ) ; 添加 if ( _model == 999 ) { distanceMM = ( int ) ( 138773.464825 * pow ( ir_val [ 0 ] , - 1.0233470 ) ) ;