-
I2C规范协议中文版,英文水平不怎么样的兄弟可以下载
I2C规范协议中文版,英文水平不怎么样的兄弟可以下载-I2C specification agreement the Chinese version of the standard of English was not the kind of brothers can be downloaded
- 2022-10-07 00:30:04下载
- 积分:1
-
来包是一个自动拨号
wvdial 软件包是一个自动拨号程序,相当于包含了一个有意义的快速和简单使用的另类的chat和pppd脚本。-comes package is an automatic dial-up procedures, contains the equivalent of a meaningful rapid and simple alternative to the use of chat and pppd script.
- 2022-04-13 01:37:12下载
- 积分:1
-
This book to explain the Mitsubishi PLC series of detailed knowledge. Including...
本书讲解了三菱系列PLC的详细知识.包括内部结构及及指令集.使初学者能快速使用三菱系列PLC.-This book to explain the Mitsubishi PLC series of detailed knowledge. Including internal structure and and instruction set. So that beginners can quickly use the Mitsubishi series PLC.
- 2022-05-07 19:47:46下载
- 积分:1
-
ATMEGA128 移植RTOS系统
资源描述免费的实时操作系统有一个端口GCC不atmega323,ATmega128,但令人惊讶的是,所有的港口功能atmega323 ATMEGA128的书面工作,它告诉那些已经成功移植。
我用AVR Studio 4 for Windows,并使用微软Studio 2008作为我的源代码编辑器,你可以看到我上传的项目和源代码。
首先,你需要从网站下载Atmel AVR Studio 4,然后下载WinAVR从他们的网站以及本项目将使用AVR单片机GCC编译器编译所有源代码。
你可以下载我的端口,然后打开”。从AVR Studio 4 APS”文件,然后运行它通俗易懂,要编制。这是编译后,你会看到一个“。妖术”创建,您可以使用此文件的程序你的PCB板,我用PonyProg2000。
- 2022-08-14 20:26:02下载
- 积分:1
-
这个代码是别人写的,为了测试USB的从机发数据到主机的数据,上位机和单片机的代码都有。...
这个代码是别人写的,为了测试USB的从机发数据到主机的数据,上位机和单片机的代码都有。-This code is written by someone else, in order to test USB data issued from the machine to a host of data between host computer and microcontroller code for both.
- 2022-10-26 05:05:03下载
- 积分:1
-
CC2430点对点通信
CC2430点对点通信,程序编译就能够实现。
void receiveMode(void)
{
BYTE* receiveBuffer;
BYTE length;
BYTE res;
BYTE sender;
while(1)
{
YLED = LED_ON;
res = radioReceive(&receiveBuffer, &length, RECEIVE_TIMEOUT, &sender);
YLED = LED_OFF;
- 2023-04-29 13:05:04下载
- 积分:1
-
CC2500 代码
在 C 语言中使用 SPI (bitbanging) 软件在基尔编译器中的 8051 的 cc2500 源代码
- 2022-03-06 11:54:04下载
- 积分:1
-
电子书,linux内核情景分析,比较详细地对LINUX的内核相关代码进行了分析...
电子书,linux内核情景分析,比较详细地对LINUX的内核相关代码进行了分析-E-books, linux kernel scenario analysis, more detail on the LINUX kernel code related to an analysis
- 2022-02-01 21:17:04下载
- 积分:1
-
Samsung 44b0 under development board debugger, development board supporting info...
在三星44b0开发板下可调试,开发板配套资料-Samsung 44b0 under development board debugger, development board supporting information
- 2022-02-27 06:50:10下载
- 积分:1
-
MSP430全USI的I2C驱动程序
应用背景这是一个小图书馆实现I2C(IIC,我²C,或我方C),只有USI模块MSP430器件(例如大师,msp430g2412或MSP430G2452)。特征小。作品。读写。实现重复启动。使用公交海盗公约。关键技术使用有两个功能:i2c_init() andi2c_send_sequence()。你calli2c_init()一旦初始化USI模块。你必须提供用于配置使用的常数时钟:
- 2022-08-08 23:51:41下载
- 积分:1