搜索资源列表
STM32 模拟 IIC 驱动 Maxim 加速度传感器 MXC6202 代码
- 工程文件为编译环境 Keil MDK4 ST2.0的库,iic_driver.c是模拟IIC代码文件并读出加速度计在X,Y轴上的初始值,没有经过数据处理成加速度的值。 led.c数码管显示程序文件,注释之后的代码是通过一个数码管依次显示X,Y轴上总共8位初始值,把注释去掉之后是通过595锁存8的数码管同时显示加速度计初始值。 main.c是主函数.
ALIENTEK-MINISTM32-16
- ALIENTEK MINI STM32 IIC程序-ALIENTEK MINI STM32 IIC program
IIC
- 里面包含IIC单片机驱动程序 STM32用 C语言版-Which includes IIC driver STM32 microcontroller using C language version
16.IIC_test_IIC
- 应用平台是stm32,很好的IIC程序,调了很久才出的结果-Application platform is stm32, good IIC procedures, adjusting for a long time before the results
RTC-IIC-SPI
- 详细的RTC SPI IIC驱动程序及实例!基于STM32芯片-Good program about RTC SPI IIC!
STM32_IIC
- 基于STM32的IIC通讯程序,相当不错-IIC communication procedures based on the STM32 is quite good
zb
- STM32下 绝对通用的IIC 程序 简单明了;性能稳定;需要CPU 工作在72MHZ 以下 超频的除外-Straightforward the STM32 under absolute generic IIC program stable performance need CPU overclocking 72MHZ following except
SMBUS
- STM32处理器IO口模拟IIC驱动程序-stm32 iic code
MPU6050(IIC)
- MPU6050 I2C接口的程序代码,是基于STM32 ARM控制器的 非常适合初学者-Code MPU6050 I2C interface is based STM32 ARM controller is ideal for beginners
STM32_W5200_MODBUSTCP
- STM32搭配W5200网口芯片,实现MODBUS TCP的网络通信,同时程序实现了STM32的CAN、232、IIC通信等。只需调用相关函数即可实现相关功能。-STM32 chip with W5200 Ethernet port, MODBUS TCP network communication, while the program achieved the STM32 CAN, 232, IIC communications. Just call the relevant function
iic
- STM32移植UC/OS部分,IIC程序-this language for stm32
stm32_temp
- stm32应用程序,uart iic spi timer -stm32 application
34-I2C
- 模拟IIC通讯的程序,这是基于STM32的程序-Simulation of the IIC communication procedures, it is based on the STM32 program
CT117E-8th 蓝桥杯嵌入式 官网范例程序2
- stm32入门范例程序,配套开发板CT117E,内含:ADC,温度,定时器,PWM,IIC,串口应用,是学习stm32的基础与实用程序,keil编译