CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容

文件名称:esp8266_i2c

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-08-13
  • 文件大小:
    4.43mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

esp8266 i2c学习实例,可与其他具有i2c通信协议的设备进行通信,esp8266只能作为主设备-Examples esp8266 i2c learning to communicate with other devices with i2c communication protocols, esp8266 only as a master device
(系统自动生成,下载前可以参看下载内容)

下载文件列表

i2c/app/.output/eagle/debug/image/eagle.app.v6.out
i2c/app/driver/.output/eagle/debug/lib/libdriver.a
i2c/app/driver/.output/eagle/debug/obj/gpio16.d
i2c/app/driver/.output/eagle/debug/obj/gpio16.o
i2c/app/driver/.output/eagle/debug/obj/hw_timer.d
i2c/app/driver/.output/eagle/debug/obj/hw_timer.o
i2c/app/driver/.output/eagle/debug/obj/i2c_master.d
i2c/app/driver/.output/eagle/debug/obj/i2c_master.o
i2c/app/driver/.output/eagle/debug/obj/key.d
i2c/app/driver/.output/eagle/debug/obj/key.o
i2c/app/driver/.output/eagle/debug/obj/sdio_slv.d
i2c/app/driver/.output/eagle/debug/obj/sdio_slv.o
i2c/app/driver/.output/eagle/debug/obj/spi.d
i2c/app/driver/.output/eagle/debug/obj/spi.o
i2c/app/driver/.output/eagle/debug/obj/spi_interface.d
i2c/app/driver/.output/eagle/debug/obj/spi_interface.o
i2c/app/driver/.output/eagle/debug/obj/spi_overlap.d
i2c/app/driver/.output/eagle/debug/obj/spi_overlap.o
i2c/app/driver/.output/eagle/debug/obj/uart.d
i2c/app/driver/.output/eagle/debug/obj/uart.o
i2c/app/driver/gpio16.c
i2c/app/driver/hw_timer.c
i2c/app/driver/i2c_master.c
i2c/app/driver/key.c
i2c/app/driver/Makefile
i2c/app/driver/sdio_slv.c
i2c/app/driver/spi.c
i2c/app/driver/spi_interface.c
i2c/app/driver/spi_overlap.c
i2c/app/driver/uart.c
i2c/app/gen_misc.bat
i2c/app/gen_misc.sh
i2c/app/include/c_types.h
i2c/app/include/driver/i2c_master.h
i2c/app/include/driver/uart.h
i2c/app/include/eagle_soc.h
i2c/app/include/espconn.h
i2c/app/include/espnow.h
i2c/app/include/ets_sys.h
i2c/app/include/gpio.h
i2c/app/include/gpio16.h
i2c/app/include/ip_addr.h
i2c/app/include/mem.h
i2c/app/include/os_type.h
i2c/app/include/queue.h
i2c/app/include/smartconfig.h
i2c/app/include/spi_flash.h
i2c/app/include/uart_register.h
i2c/app/include/upgrade.h
i2c/app/include/usermain.h
i2c/app/include/user_config.h
i2c/app/include/user_interface.h
i2c/app/Makefile
i2c/app/user/.output/eagle/debug/lib/libuser.a
i2c/app/user/.output/eagle/debug/obj/user_main.d
i2c/app/user/.output/eagle/debug/obj/user_main.o
i2c/app/user/i2c/user_main.c
i2c/app/user/Makefile
i2c/app/user/user_main.c
i2c/bin/at/1024+1024/user1.2048.new.5.bin
i2c/bin/at/1024+1024/user2.2048.new.5.bin
i2c/bin/at/512+512/user1.1024.new.2.bin
i2c/bin/at/512+512/user2.1024.new.2.bin
i2c/bin/at/noboot/eagle.flash.bin
i2c/bin/at/noboot/eagle.irom0text.bin
i2c/bin/at/noboot/_temp_by_dltool/downloadPanel1/eagle.flash.bin_rep
i2c/bin/at/README.md
i2c/bin/blank.bin
i2c/bin/boot_v1.2.bin
i2c/bin/boot_v1.5.bin
i2c/bin/eagle.dump
i2c/bin/eagle.flash.bin
i2c/bin/eagle.irom0text.bin
i2c/bin/eagle.S
i2c/bin/esp_init_data_default.bin
i2c/bin/_temp_by_dltool/downloadPanel1/boot_v1.2.bin_rep
i2c/bin/_temp_by_dltool/downloadPanel1/eagle.flash.bin_rep
i2c/bin/_temp_by_dltool/downloadPanel1/esp_init_data_default.bin_rep
i2c/documents/readme.txt
i2c/driver_lib/driver/gpio16.c
i2c/driver_lib/driver/hw_timer.c
i2c/driver_lib/driver/i2c_master.c
i2c/driver_lib/driver/key.c
i2c/driver_lib/driver/Makefile
i2c/driver_lib/driver/sdio_slv.c
i2c/driver_lib/driver/spi.c
i2c/driver_lib/driver/spi_interface.c
i2c/driver_lib/driver/spi_overlap.c
i2c/driver_lib/driver/uart.c
i2c/driver_lib/include/driver/gpio16.h
i2c/driver_lib/include/driver/i2c_master.h
i2c/driver_lib/include/driver/key.h
i2c/driver_lib/include/driver/sdio_slv.h
i2c/driver_lib/include/driver/slc_register.h
i2c/driver_lib/include/driver/spi.h
i2c/driver_lib/include/driver/spi_interface.h
i2c/driver_lib/include/driver/spi_overlap.h
i2c/driver_lib/include/driver/spi_register.h
i2c/driver_lib/include/driver/uart.h
i2c/driver_lib/include/driver/uart_register.h
i2c/driver_lib/Makefile
i2c/driver_lib/make_lib.sh
i2c/driver_lib/README.md
i2c/examples/at/!!!readme!!!.txt
i2c/examples/at/gen_misc.bat
i2c/examples/at/gen_misc.sh
i2c/examples/at/include/user_config.h
i2c/examples/at/Makefile
i2c/examples/at/user/at_upgrade.c
i2c/examples/at/user/Makefile
i2c/examples/at/user/user_main.c
i2c/examples/at_espconn/!!!readme!!!.txt
i2c/examples/at_espconn/gen_misc.bat
i2c/examples/at_espconn/gen_misc.sh
i2c/examples/at_espconn/include/user_config.h
i2c/examples/at_espconn/Makefile
i2c/examples/at_espconn/user/at_upgrade.c
i2c/examples/at_espconn/user/Makefile
i2c/examples/at_espconn/user/user_main.c
i2c/examples/IoT_Demo/driver/i2c_master.c
i2c/examples/IoT_Demo/driver/key.c
i2c/examples/IoT_Demo/driver/Makefile
i2c/examples/IoT_Demo/gen_misc.bat
i2c/examples/IoT_Demo/gen_misc.sh
i2c/examples/IoT_Demo/include/driver/i2c_master.h
i2c/examples/IoT_Demo/include/driver/key.h
i2c/examples/IoT_Demo/include/ssl/cert.h
i2c/examples/IoT_Demo/include/ssl/private_key.h
i2c/examples/IoT_Demo/include/user_config.h
i2c/examples/IoT_Demo/include/user_devicefind.h
i2c/examples/IoT_Demo/include/user_esp_platform.h
i2c/examples/IoT_Demo/include/user_esp_platform_timer.h
i2c/examples/IoT_Demo/include/user_iot_version.h
i2c/examples/IoT_Demo/include/user_json.h
i2c/examples/IoT_Demo/include/user_light.h
i2c/examples/IoT_Demo/include/user_light_adj.h
i2c/examples/IoT_Demo/include/user_plug.h
i2c/examples/IoT_Demo/include/user_sensor.h
i2c/examples/IoT_Demo/include/user_webserver.h
i2c/examples/IoT_Demo/Makefile
i2

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com