搜索资源列表
SPI
- stm32f103 SPI 驱动代码 ,可以直接 使用 -OK
ADS1100
- TIADS1100,16位AD转换器,STM32F103驱动程序,模拟I2C程序,适用于其他MCU控制器-ADS1100, 16-bit AD converter, the STM32F103 drivers, simulation I2C procedures, applicable to other MCU controller
I2C
- STM32F103系列单片机用硬件IIC实现对外部器件的读写,非模拟IIC。-STM32F103 MCU hardware IIC external devices to achieve literacy, non-simulated IIC.
STM32PAD7414
- 使用STM32F103读取温度传感器AD7414的程序,I2C采用IO模拟的方式,程序中还包括温度的转换算法-Using STM32F103 to read the temperature sensor AD7414 procedures, IO I2C simulation of the way, the program also includes temperature conversion algorithm
24CXX
- stm32F103系列,模拟I2C,读写AT24CXX。在自己的工程上长期应用。-Stm32F103 series, analog I2C. In their own long-term application of the project.
ADS1115
- 基于STM32F103平台,使用模拟IIC对ADS1115 16位高精度AD转化器的驱动程序,已在STM32F103RCT6平台上验证可用。(Based on the STM32F103 platform, the use of analog IIC ADS1115 16 bit high-precision AD converter driver, has been verified on the STM32F103RCT6 platform available.)
IIC
- IO 模拟I2C程序,可以自适应从机150KHZ以下频率(IO simulation I2C program, you can adapt to the following frequency from the machine 150KHZ)
DS3231
- DS3231,精度超高,STM32F103控制的模拟I2C总线,本人在项目里经常使用这个芯片,驱动也经过长时间验证,应该是刚健的(DS3231, ultra high precision, I2C bus simulation of STM32F103 control, I often use this chip in the project, driving after a long time of verification, should be vigorous)
i2c_analog
- stm32f103 模拟i2c 驱动学习(i2c_analog.c i2c_analog.h)
i2c
- 模拟I2C程序,通用于STM32与STM8S.相对于硬件I2C来说不容易造成死机现象。(Analog I2C program, commonly used in STM32 and STM8S. relative to the hardware I2C is not easy to cause crash phenomenon.)
AM2322B
- AM2322B温湿度传感器驱动,stm32f10x系列模拟i2c,移植修改io口,调整延时函数。 方便移植。亲测可用!(AM2322B temperature and humidity sensor drive, stm32f10x series analog I2C, transplant to modify the IO port, adjust the delay function. Convenient transplantation. The pro test is availab
BNO055_DEMO-20161025
- stm32f103模拟i2c驱动bno055(STM32F103 analog I2C driver bno055)
pixy摄像头stm32f103源码
- pixy摄像头与stm32f103源码,pixy摄像头是卡耐基梅隆大学推出的第五代视觉传感器。可以连接Arduino,树莓派以及Beagle Bone等多种控制系统,并且提供相应的库文件,方便应用和二次开发。 可以简单的通过按键设置需要跟踪的物体。 帧输出速率高达每秒50次。 可同时记录多达7种不同颜色和100多个目标。 图像通过USB可以实时传输。 通信方式包括USB, SPI, UART, I2C以及数字或者模拟信号等多种通信接口。