2021-10-29 11:58:47 索炜达电子 553
项目编号:E1966
文件大小:1.3M
源码说明:带中文注释
开发环境:C编译器
简要概述
RS485 ModBus微型多传感器模块
目录│文件列表:
└ RS485 ModBus微型多传感器模块
└ tinnymodbus
└ tinnymodbus
│ boot.c
│ boot.eep
│ boot.hex
│ burn.sh
│ crt1.S
│ main.c
│ main.hex
│ make.sh
│ MODBUS.md
├ build
│ └ README.md
├ devs
│ │ bh1750.c
│ │ bh1750.h
│ │ bmp280.c
│ │ bmp280.h
│ │ ds18b20.c
│ │ ds18b20.h
│ │ sht21.c
│ │ sht21.h
│ │ si1145.c
│ └ si1145.h
├ docs
│ │ tinnymodbus-3d.png
│ │ tinnymodbus-pcb.png
│ │ tinnymodbus-photo.png
│ │ tinnymodbus-sch.png
│ └ gallery
│ │ tinnymodbus-1wire-01.jpg
│ └ tinnymodbus-1wire-02.jpg
├ libs
│ │ 1wire.c
│ │ 1wire.h
│ │ atsens.c
│ │ atsens.h
│ │ crc16.c
│ │ crc16.h
│ │ crc8.c
│ │ crc8.h
│ │ eeprom.c
│ │ eeprom.h
│ │ pgmflash.c
│ │ pgmflash.h
│ │ softi2c.c
│ │ softi2c.h
│ │ softuart.c
│ │ softuart.h
│ │ usiuartx.c
│ └ usiuartx.h
└ tools
│ make.sh
│ modbus-flash.cpp
│ remote-flash.sh
└ examples
│ bootmode-info.py
│ bootmode-switch.py
│ mainmode-chgaddr.py
│ mainmode-switch.py
│ sensors-1w-read.py
└ sensors-i2c-read.py