HX711:Arduino库,用于连接Avia Semiconductor HX711 24位模数转换器(ADC)以实现体重秤

时间:2024-05-27 09:13:48
【文件属性】:

文件名称:HX711:Arduino库,用于连接Avia Semiconductor HX711 24位模数转换器(ADC)以实现体重秤

文件大小:18KB

文件格式:ZIP

更新时间:2024-05-27 09:13:48

C++

HX711 Arduino库,用于连接以读取称重传感器/体重秤。 它通过相应的目标支持atmelavr , espressif8266 , espressif32 , atmelsam , teensy和ststm32 。 概要 *模式 该库通常以阻塞模式使用,即它将在返回读数之前等待硬件变得可用。 # include " HX711.h " HX711 loadcell; // 1. HX711 circuit wiring const int LOADCELL_DOUT_PIN = 2 ; const int LOADCELL_SCK_PIN = 3 ; // 2. Adjustment settings const long LOADCELL_OFFSET = 50682624 ; const long LOADCELL_DIVIDER = 5895655 ; // 3. I


【文件预览】:
HX711-master
----src()
--------HX711.h(3KB)
--------HX711.cpp(7KB)
----doc()
--------platformio-howto.md(540B)
--------faq.md(699B)
--------notes.md(3KB)
----keywords.txt(654B)
----examples()
--------HX711_retry_example()
--------HX711_basic_example()
--------HX711_timeout_example()
--------HX711_full_example()
----.travis.yml(412B)
----LICENSE(1KB)
----README.md(8KB)
----platformio.ini(2KB)
----Makefile(1KB)
----library.properties(504B)
----CONTRIBUTORS.md(792B)
----.gitignore(203B)
----library.json(554B)

网友评论