搜索资源列表

  1. STM32 模拟 IIC 驱动 Maxim 加速度传感器 MXC6202 代码

    0下载:
  2. 工程文件为编译环境 Keil MDK4 ST2.0的库,iic_driver.c是模拟IIC代码文件并读出加速度计在X,Y轴上的初始值,没有经过数据处理成加速度的值。 led.c数码管显示程序文件,注释之后的代码是通过一个数码管依次显示X,Y轴上总共8位初始值,把注释去掉之后是通过595锁存8的数码管同时显示加速度计初始值。 main.c是主函数.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2011-06-27
    • 文件大小:374310
    • 提供者:xyz543
  1. PCF8563

    0下载:
  2. PCF8563的驱动程序,通过模拟IIC总线对8563进行访问,有完整的读写 报警,定时中断,最后把时间显示在LED上了
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-04-29
    • 文件大小:113664
    • 提供者:唐伟
  1. IIC

    0下载:
  2. STM32单片机 IIC总线的控制C程序,通过I/O口来模拟IIC。-STM32 MCU IIC bus control C program, through the I/O port to simulate the IIC.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:530432
    • 提供者:李之见
  1. STM32-IIC-Simulation

    0下载:
  2. STM32 模拟IIC 读写EEPROM的程序-STM32 simulation IIC EEPROM read and write procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:39936
    • 提供者:北斗一苇
  1. STM32-IIC

    0下载:
  2. STM32 模拟IIC,IO口模拟IIC时序,比较实用-STM32
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:sian
  1. IIC-test

    0下载:
  2. 用STM32模拟IIC主机,读取24c0x的内容。-Using STM32 simulation IIC host, read the contents of the 24 c0x.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:108544
    • 提供者:刘入铭
  1. IIC

    0下载:
  2. 实验目的: 学习STM32模拟IIC的使用,驱动24C02实现EEPROM数据读写. 硬件资源: 1,DS0(连接在PB5) 2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A10接RS) 4,按键KEY0(PE4)/KEY1(PE3
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:372736
    • 提供者:吴宇轩
  1. IIC

    0下载:
  2. 自己写的,使用stm32任意引脚模拟IIC,直接使用(STM32 simulation, IIC, direct use)
  3. 所属分类:其他小程序

  1. stm32_IIC

    0下载:
  2. 自己写的,用stm32任意引脚模拟IIC通讯,可以直接使用(Write their own, with any pin STM32 analog IIC communication, you can use directly)
  3. 所属分类:其他小程序

  1. STM32例程(OLED)

    0下载:
  2. STM32模拟IIC驱动OLED屏,实现对128*64OLED屏幕的控制,可以显示中文、英文、符号、数字(Implementing IIC OLED Communications)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:4436992
    • 提供者:zz11111
  1. 基于stm32的MPU6050收读取和模拟IIC

    0下载:
  2. 基于stm32的MPU6050收读取和模拟IIC 陀螺仪初始化配置,陀螺仪三轴加速度算法处理,俯仰角,航向角等四轴飞行器参数读取与显示。(MPU6050 receive, read, and simulate IIC based on stm32 Gyroscope initialization configuration, gyroscope three axis acceleration algorithm, pitch ang
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. STM32 IO口模拟IIC接口程序

    0下载:
  2. 本程序基于stm32单片机 的io口模拟IIC,STM32单片机硬件复杂且不好用,使用本程序简洁明了。(This procedure is based on the STM32 microcontroller IO port analog IIC, STM32 microcontroller hardware complex and difficult to use, the use of this program is simple
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:515072
    • 提供者:铜陵人
  1. TempHumiPress

    0下载:
  2. 使用主控芯片stm32,模拟IIC读取传感器的值,其中有SHT25的驱动程序,BMP280的驱动程序,该程序在stm32l151上调通,附加了eeprom的编写。(stm32 IIC read SHT25 data and read BMP280 data)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-04-29
    • 文件大小:10364928
    • 提供者:我亦追红
  1. mpu6050-模拟iic

    0下载:
  2. 基于STM32的,用模拟IIC通信,来读取MPU6050的数据。(Based on STM32, the data of the MPU6050 is read by using the analog IIC communication.)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:九九酱
  1. stm32103模拟0.96寸OLED驱动

    0下载:
  2. 使用stm32模拟IIC功能解决部分由于硬件问题无法驱动OLED的问题(Using STM32 to simulate the IIC function to solve the problem that the part of the OLED cannot be driven because of the hardware problem)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-04-29
    • 文件大小:6144
    • 提供者:hejinlong
  1. STM32的IO模拟I2C主机_硬件I2C从机

    0下载:
  2. STM32 IO口模拟IIC(STM32 ads1115 STM32 ads1115)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-04-29
    • 文件大小:9826304
    • 提供者:zouzou515
  1. STM32-hmc5883-oled12864

    0下载:
  2. 基于STM32-hmc5883-oled12864测试程序,IIC采用软件模拟方式,oled实时察看返回参数。(Based STM32-hmc5883-oled12864 test procedures, IIC using software simulation mode, oled real-time look at the return parameter.)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:2683904
    • 提供者:nnn
  1. STM32+QMC5883L+SI4432

    1下载:
  2. stm32通过模拟iic驱动qmc5883l通过spi驱动si4432 实现数据发送接收(STM32 realizes data sending and receiving by simulating IIC driving qmc5883l through SPI driving Si4432.)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:319488
    • 提供者:马行天空
  1. 进阶十 使用IO口实现模拟IIC接口

    0下载:
  2. 学习STM32使用IO口模拟I2C通讯,经典哦!(Learn STM32 use IO port to simulate I2C communication, classic oh!)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:458752
    • 提供者:小米@123
  1. DHT22(AM2302)STM32程序--绝对能用

    1下载:
  2. 温湿度传感器,基于STM32实现,依靠延时程序模拟IIC接口,程序小巧,绝对可以使用(Temperature and humidity sensor, based on STM32 implementation, rely on the delay program to simulate IIC interface, the program is compact, absolutely can be used.)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:8192
    • 提供者:wrhello
« 12 3 4 »

源码中国 www.ymcn.org