登录
首页 » Others » wifi_i2c_slave

wifi_i2c_slave

于 2016-05-04 发布 文件大小:128KB
0 181
下载积分: 1 下载次数: 19

代码说明:

  这是基于stm8s003芯片的 iic slave 模块程序.简单易懂,可以稳定地跑100k的标准iic。适合初学者学习。编译环境是stvd,编辑是sourceinsight。(This is iic slave module program based stm8s003 chips. Easy to understand, can stably run the standard iic 100k. Suitable for beginners to learn. Compiler environment is stvd, editing is sourceinsight.)

文件列表:

wifi_i2c_slave
..............\checkres.spy,292,2014-11-28
..............\Debug
..............\.....\flyv10.elf,19029,2014-11-01
..............\.....\flyv10.lkf,2277,2014-10-26
..............\.....\flyv10.map,24919,2014-11-01
..............\.....\flyv10.s19,5448,2014-11-01
..............\.....\flyv10.sm8,30900,2014-11-01
..............\.....\main.ls,62823,2014-11-01
..............\.....\main.o,34036,2014-11-01
..............\.....\stm8_interrupt_vector.ls,5552,2014-11-01
..............\.....\stm8_interrupt_vector.o,2817,2014-11-01
..............\flayv10.stw,203,2014-12-01
..............\flayv10.wdb,122261,2014-10-26
..............\flayv10.wed,36752,2014-12-01
..............\flyv10.dep,660,2014-12-01
..............\flyv10.pdb,896,2014-10-26
..............\flyv10.stp,12037,2014-11-28
..............\i2c_slave.IAB,49152,2014-11-27
..............\i2c_slave.IAD,808,2014-11-27
..............\i2c_slave.IMB,8192,2014-11-27
..............\i2c_slave.IMD,408,2014-11-27
..............\i2c_slave.PFI,24,2016-05-04
..............\i2c_slave.PO,776,2016-05-04
..............\i2c_slave.PR,2384,2014-11-27
..............\i2c_slave.PRI,12656,2014-11-27
..............\i2c_slave.PS,83932,2014-11-27
..............\i2c_slave.SearchResults,124,2015-06-03
..............\i2c_slave.WK3,28454,2016-05-04
..............\interrupt_vector.c,1085,2014-10-26
..............\main.c,16390,2016-05-04
..............\main.c.orig,6548,2014-10-26
..............\Release
..............\.......\flyv10.elf,10637,2014-12-01
..............\.......\flyv10.lib,11191,2014-11-27
..............\.......\flyv10.lkf,2273,2014-11-11
..............\.......\flyv10.s19,5048,2014-12-01
..............\.......\flyv10.sm8,8602,2014-12-01
..............\.......\list_obj.txt,82,2014-11-27
..............\.......\main.o,9190,2014-12-01
..............\.......\stm8_interrupt_vector.o,1855,2014-12-01
..............\STM8S003F3P.h,93,2014-10-26
..............\STM8S103F.h,18456,2014-11-27
..............\stm8s_uart1.h,18717,2014-11-27
..............\stm8_interrupt_vector.c,1915,2014-11-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BMS
    实现一个电池测试系统,用于对电池的充放电情况进行检测。(The realization of a battery test system for charging and discharging of the battery were detected.)
    2013-07-10 18:37:41下载
    积分:1
  • Switchexample
    说明:  osg中的switch开关功能,可以显示场景中想要看到的节点。(osgswitch)
    2010-04-19 21:41:47下载
    积分:1
  • TI-SIMPLE-SWITCHER
    似乎从SIMPLE SWITCHER中我们找到了一个形容——“万千宠爱在一身”。这个“易 电源”功能上可以说达到了一个极致。行文至此,我们描述的SIMPLE SWITCHER已经 可以称作夸赞,这个“二十年磨一剑”的产品也确实值得称赞。我们应该学会利用 “工具的智慧”学会用器件解决问题(Seems SIMPLE SWITCHER we find a word to describe- thousands of pet in one. " This " power" function can reach an extreme. Drafting this point, our SIMPLE SWITCHER described has been can be called praise, the product of two decades sword " is indeed commendable. We should learn to use the tools of wisdom " learned to solve the problem with the device)
    2012-10-28 10:26:56下载
    积分:1
  • 按键扫描LED显示
    说明:  该程序为大家提供按键扫描程序例程。给大家一个参考,来实现简单的按键扫描功能(This program provides you with the routine of key scan program. To give you a reference, to achieve a simple key scan function)
    2020-06-17 19:00:01下载
    积分:1
  • pid-control
    对于闭环控制有很好的说明以及pid算法的具体实现(Specific implementation for closed-loop control has a good explanation and pid algorithm)
    2014-03-31 21:34:04下载
    积分:1
  • 串口 通讯和选择关控制继电器
    作者 raojun 自己写的一个用库函数方式操作单片机来实现对工业设备控制,并且可以用单片机的串口通讯与外界的系统交互! 您可以稍作修改来用于制作用一部上位机来远程控制的机器!(The author raojun wrote a library function to operate the single-chip microcomputer to control industrial equipment, and it can interact with the external system with the serial communication of MCU. You can make a slight modification to make a remote control machine with a host computer!)
    2018-03-22 18:06:48下载
    积分:1
  • numeric-trapezium
    一个数字梯形,选择k条路线,每条路线从第一层的某个数开始,每次进入下一层到达左下或者右下的数字,直到最后一层为止。每条路线不能经过相同的路径,但是可以经过相同的数字节点。 输出一个整数,表示能得到的最大的k条路径经过的数字之和(A digital ladder, the K route, each route the first layer of a number, each time to enter the next layer to reach the left or right next to the number, until the final layer. Each route can not pass through the same path, but can pass through the same number of nodes. Output an integer representing the sum of the number of the largest K paths that can be obtained)
    2020-11-19 11:09:38下载
    积分:1
  • MOTOR_SPEED
    用PWM技术对直流电机进行调速,并用LED进行指示(DC motor speed control using PWM technology, with LED indication)
    2013-04-08 11:18:07下载
    积分:1
  • 1-GPIO-4按键扫描
    说明:  keil5 k60固件库的按键扫描程序,为了方便大家学习,主要是方便以后查看 keil5 k60固件库的按键扫描程序,为了方便大家学习,主要是方便以后查看(keil5 k60Firmware Library)
    2020-06-19 05:00:02下载
    积分:1
  • 4
    说明:  该文章是基于单片机技术的医用电子手部消毒器设计与应用前景的论文(The article is based on micro hand sanitizer medical electronics design and application of future papers)
    2010-04-16 16:58:29下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载