资源列表
软启PWM
- 用于全桥逆变电路的移相软启控制程序,周期和启动时间均可调节。(Phase-shifting soft-start control program for full-bridge inverters has adjustable cycle and start-up time.)
MQTT_stm32_SIM800C_TLS
- 基于stm32f103的mqtt完整通信的例子,支持TLS加密通信(An example of mqtt complete communication based on STM32F103 supports TLS encrypted communication)
SHT30_Example实例教程
- SHT30温湿度传感器在stm32上使用的代码(Code for SHT30 Temperature and Humidity Sensor on stm32)
F429调制解调
- STM32F429开发板 编写的2FSK调制解调代码(2FSK Modem Code Written by STM32F429 Development Board)
keil
- 此为双向DCDC变换器在升降压模式下闭环控制软件实现,升压时使电压恒压24v,降压时恒压12v(This is achieved by the closed-loop control software of the bi-directional DCDC converter in the up and down voltage mode, which makes the voltage constant at 24v when boosting and constant at 12v when
mcp2517fd_demo
- CANFD 独立控制器开发代码,使用MCP2517模块(CANFD controller code for MCP2517)
12864 STM32
- stm32驱动12864LCD程序源码,测试通过(STM32 driver 12864 LCD program source code, passed the test)
U8glib
- arduino用u8g库实现12864屏幕驱动显示(Arduino realizes 12864 screen-driven display with u8g Library)
单片机指纹加密码锁
- 本科毕业设计,采用51单片机和指纹模块,12864液晶显示。 显示输入密码和用户状态。 内有原理图,代码。相关资料开题报告
舵机开关
- 这是一个关于利用舵机来实现开关盒子的程序,根据设置延迟
C语言图像处理
- 用C语言编写图像处理经典算法,可用VC运行,本科资料
DHT111的驱动程序
- 51单片机的DHT111温湿度测量模块的驱动程序,方便学习