资源列表
系统管理文件
- 如何管理底层函数,包括STM32底层函数的使用
SHT3X-51驱动
- 温湿度传感器sht30驱动程序,可以移植到51单片机中,(The sht30 driver of temperature and humidity sensor can be transplanted into 51 single chip computer.)
智能型可通信塑壳断路器程序源代码
- 根据产品的设计功能,软件主要由以下几部分组成:主流程、定时器中断、输入输出信号设别、执行电磁脱扣器驱动等。(According to the design function of the product, the software mainly consists of the following parts: mainstream process, timer interruption, input and output signal setting, electromagnetic relea
Cortex-M3
- ARM公司官方的Cortex-M3的芯片设计代码(ARM's official Cortex-M3 chip design code)
STM32_USART_LED_CAN500K
- 用stm32f10x实现can和串口通信功能(use stm32 can to usart)
stm32f4工程文件
- 个人使用的stm32f4工程文件,简单方便,不需要配置,直接使用复制即可。
STM32 HID
- STM32 USB通信,可被电脑识别为HID输入设备,最大64字节收发(STM32 USB communication, can be recognized by computer as HID input device, maximum 64 bytes receive and receive)
heart_AD_xuejie
- 基于msp430f5529,心电采集,AD转换, 串口通讯(ECG ,AD, serial port)
stm32f103 ATK-OV2640摄像头模块代码
- stm32精英版,ov2640摄像头源代码,通过摄像头拍照保存到SD卡中,显示在LCD屏幕。(STM32 elite edition, ov2640 camera source code, camera photos saved to SD card, displayed on the LCD screen.)
stm32f10x串口固件升级IAP(附加usb虚拟串口)
- 在原有的stm32的串口iap功能的基础上增加了USB虚拟串口功能,这样就可以直接用usb接口连接pc进行固件下载
fm3_dual_ethernet_rt-thread
- 富士通 FM3 系列双网口驱动 rt-thread 嵌入式实时系统 框架程序(Fujitsu FM3 Series RT-thread Embedded Real-time System Framework Program Driven by Dual-Port)
使用stm32输出PWM控制电机
- 使用stm32输出PWM波,控制电机转速,可以应用到使用电机的DIY场合。