资源列表
STM32L151+TMP102
- 将STM32F的TMP102驱动程序移植到低功耗的L151,主要改动在于时钟和GPIO设置,已实测可用。(Migrate the TMP102 driver of STM32F to the low-power L151. The main changes are the clock and GPIO settings, which have been tested and available.)
MCP3421
- STC单片机驱动MCP3421程序,模拟IIC(STC MCU driving mcp3421 program)
ourdev_434319
- protel99se stm32封装库,可用于绘制stm32f103系列单片机的硬件原理图(Protel99SE STM32 package library can be used to draw the hardware schematic diagram of STM32F103 Series MCU)
单片机精选教程
- 本人收藏了很久的单片机教程,值得学习与研究
audio配置描述符
- 这是一个符合设备的描述符,可以实现USB Audio和HID设备的复合开发过程。
PID闭环运算恒压供水
- S7-1200 PLC程序,PID闭环恒压供水PLC程序(PID closed loop constant pressure water supply PLC program)
nrf52832开发板环境安装与仿真器下载设置
- nRF52832开发环境安装与仿真器下载设置,nRF52832系列教程。(nRF52832 development environment installation and emulator download settings)
凌阳 SPHE8203 开发固件源码
- 全套开发源码,只是部分EXE 文件损耗,可以从网上分别找到。 需要的伙伴可以试试。
PMC251定时和外中断
- 应广系列单片机 PMC251 定时器和外部中断使用(YingGuang Series MCU pmc251 timer and external interrupt)
en.stsw-stm32080
- Dfuse demo v3.0.6,软件可以通过hex文件生成dfu文件,然后烧录到stm芯片(Dfuse demo v3.0.6, the software can generate DFU file through hex file and then burn it to STM chip)
AVR Studio例子
- /* * ADC.c * * Created: 22-5-2011 8:22:10 PM * Author: Wingston */ #include <avr/io.h> #include <avr/interrupt.h> uint16_t ReadChannel(int mux); int main (void) { DDRC = 0xFF; uint16_t adcval = 0; while(1){ a
USB-3G-Modem-for-STM32F4xx
- 基于F4系列的USB驱动,单片机+通信模组高速率上网。(Based on F4 series USB drive, MCU + communication module high speed Internet access.)