搜索资源列表
基于ZigBee与GPRS的嵌入式水质监测系统设计
- 本项目总体架构设计上分为三个层次,分别为现场数据采集控制层、通讯传输层、监控中心层。(The overall design of the project is divided into three levels, namely, field data acquisition, control layer, communication transmission layer, monitoring center layer.)
NixieTube
- STM8s点这共阴数码管,实现数字跳动0-9 Nixie tube 数据管 |--src 源代码 |---| |--HAL 硬件逻辑层: 与硬件相关(GPIO配置与初始化,时钟的配置与初始化) |--FML 功能封装层: LED的开关功能函数(调用HAL层) |--APL 应用程序层: LED的闪烁等逻辑,调用FML层功能 | |--inc 包含文件 | |--System 系统头文件 |--other