登录
首页 » SCM » HomePlug solutions to the latest firmware, for your reference

HomePlug solutions to the latest firmware, for your reference

于 2022-03-11 发布 文件大小:4.07 MB
0 163
下载积分: 2 下载次数: 1

代码说明:

HomePlug解决方案的最新firmware,供大家参考-HomePlug solutions to the latest firmware, for your reference

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

发表评论

0 个回复

  • This is my own written HD44780 LCD1602 LCD procedure is based on the AVR Single...
    这是我自已写的HD44780 LCD1602液晶屏的程序,是基于AVR单片机上实现的。 /************************************************************************************************** * 简介 * * 本模块仅使用于字符显示液晶模块 * * 当前版本的驱动仅支持以下类型LCD模块驱动: * Hitachi HD44780 或与之兼容的芯片. * * LCD显示函数支持以下格式: * 1 line x 16 characters 2 lines x 16 characters 4 lines x 16 characters * 1 line x 20 characters 2 lines x 20 characters 4 lines x 20 characters * 1 line x 24 characters 2 lines x 24 characters * 1 line x 40 characters 2 lines x 40 characters *说明: * 1 line x 16 characters 需要定义为2*8的液晶模块 * * 不支持外部内存模式 **************************************************************************************************/ -This is my own written HD44780 LCD1602 LCD procedure is based on the AVR Single Chip achievable. /*************************************************************************************************** Introduction** This module uses only the characters displayed in the LCD module** the current version of the driver
    2022-03-22 03:56:19下载
    积分:1
  • 本文作者采用AT89C2051单片机和温度传感器DS18B20从硬件和软件两方面介绍了一款简易数字温度计的设计过程,  并对硬件原理图和程序流程图作了简...
    本文作者采用AT89C2051单片机和温度传感器DS18B20从硬件和软件两方面介绍了一款简易数字温度计的设计过程,  并对硬件原理图和程序流程图作了简洁的描述。数字温度计与传统的温度计相比,具有读数方便,测温范围广,测温准确,其输出温度采用数字显示,主要用于对测温比较准确的场所。-The author of this article using AT89C2051 MCU and temperature sensor DS18B20 from both hardware and software, introduced a simple digital thermometer of the design process, and schematic diagram of hardware and procedures were concise description of flow chart. Digital thermometer with a traditional thermometer, compared with a reading of convenience, a wide range of temperature measurement, temperature measurement accuracy, the output of the temperature digital display, mainly used for more accurate temperature measurement sites.
    2022-09-17 11:20:02下载
    积分:1
  • 24L01 This is the first development process, we hope to help a resistance
    这是24L01开发头程序,希望对大家有帮阻-24L01 This is the first development process, we hope to help a resistance
    2022-03-13 16:07:38下载
    积分:1
  • SPCE061 2K SRAM read and write. A low
    SPCE061 2K SRAM 的读写。A口低8位控制LED,当读写错误时,点亮LED,打开方式请用凌阳自带的编译器-SPCE061 2K SRAM read and write. A low-mouth eight control LED, when read and write error, lit LED, open the way please use Sunplus built-in compiler
    2022-03-05 16:25:45下载
    积分:1
  • 美国ISD公司的ISD4000系列的ISD4002录放程序
    美国ISD公司的ISD4000系列的ISD4002录放程序 -The United States ISD
    2022-01-31 02:19:03下载
    积分:1
  • CC2430 10 experiments based on the experimental temperature
    CC2430 基础实验十 片内温度的实验-CC2430 10 experiments based on the experimental temperature
    2023-05-19 03:10:03下载
    积分:1
  • BBS SMTH : Embedded essence of the district, including the right embedded Troubl...
    BBS水木清华站∶嵌入式精华区,包括对嵌入式问题的疑难解答,信息资源,器件资料,网络资料等。-BBS SMTH : Embedded essence of the district, including the right embedded Troubleshooting, information resources, Device information, network information.
    2022-06-12 20:34:42下载
    积分:1
  • 实现了对红外遥控器的解码及响应,并能进行LCD显示。
    实现了对红外遥控器的解码及响应,并能进行LCD显示。-Realize the infrared remote control decoder and response, and can carry out LCD display.
    2022-03-20 05:53:44下载
    积分:1
  • TFT 驱动 T100DEMO程序.做protable DVD的朋友可以参考一下.
    TFT 驱动 T100DEMO程序.做protable DVD的朋友可以参考一下.-T100DEMO TFT-driven procedures. Do protable DVD can refer a friend next.
    2023-03-15 06:20:03下载
    积分:1
  • 停车场仿真程序仿真原理:首先有两个定时器自动的随机产生请求入场的卡号和请求出场的卡号,然后剩余的事件都由处理场务事件来处理了。处理场务事件相当于一个车场总指挥。...
    停车场仿真程序仿真原理:首先有两个定时器自动的随机产生请求入场的卡号和请求出场的卡号,然后剩余的事件都由处理场务事件来处理了。处理场务事件相当于一个车场总指挥。当他发现有卡号请求入场时他会决定该卡是否符合入场条件,如果不符合,直接丢掉该卡号,准备处理下一个卡号。否则看车库是否已满和车库过道是否空闲,如果车位没有满且过道是空的,则允许该车入场,并在此时将车场的最左面的空车位分给他使用。剩下的事就是让车通过过道和进入车位,并及时关闭车场入口。如果过道是空的而且又没有入场请求,则处理出场请求,首先是将车辆从车位上移到过道上,并向出口行驶,然后在出口出判断卡是否符合出场条件,如果符合则发出抬出场杆命令,允许其出场。否则让该车返回车位。程序运行时会写运行日志,在阅读本文后,相信能理解运行日志的内容-err
    2022-08-09 16:40:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载