-
MSP430以软件IIC方式读写HMC5883
**********************************************************************
初始化 IIC
**********************************************************************/
void InitIIC()
{
IIC_DIR |= IIC_SCL; //SCL 管脚为输出
IIC_DIR &= ~IIC_SDA; //SDA 管脚为输入
C_SCL;
Stop();
}
/****************************
- 2022-03-25 00:49:26下载
- 积分:1
-
sc2410测试程序,可以测试lcd,I2C,UART,timer
sc2410测试程序,可以测试lcd,I2C,UART,timer-sc2410 test procedures, test lcd, I2C, UART, timer
- 2022-07-04 16:30:29下载
- 积分:1
-
苏州S12学习资料光盘的C语言部分。这本书对DG128的实验。
苏州S12学习资料光盘的C语言部分。这本书对DG128的实验。-Suzhou S12 CD-ROM learning materials part of the C language. This book DG128 experiment.
- 2022-01-26 17:54:49下载
- 积分:1
-
61编的12864程序
有的12864可能有问题,细心修改
61编的12864程序
有的12864可能有问题,细心修改-61 series of 12864 procedures 12864 and some may have problems, carefully modified
- 2022-03-20 08:53:31下载
- 积分:1
-
典型的PID处理程序
典型的PID处理程序--Typical PID modification program
- 2022-01-26 17:46:25下载
- 积分:1
-
串口发送接收源代码以及电路图
应用背景单片机串口传输程序,可以直接使用。文件中包括单片机中数据的发送模块和数据的接收模块两个部分。并且提供电路版图的设计,帮助节省开发的时间。 关键技术串口,作为一种常用的传输方式,可以用在各个领域。第一文件R为单片机接收,第二个T为单片机发送文件夹。其中电路文件夹为单片机设计的电路版图文件。
- 2022-12-25 23:10:02下载
- 积分:1
-
用C语言实现PIC的LCD显示
用C语言实现PIC的LCD显示- Realizes PIC LCD with the C language to demonstrate
- 2022-03-11 18:50:21下载
- 积分:1
-
ZigBee无线通信系统.............
zigbee wireless communication system-zigbee wireless communication system.............
- 2022-09-17 00:35:03下载
- 积分:1
-
TCP/UDP源码
TCP与UDP源代码测试程序,方便初学者观看,理解。用VC写的,容易读懂-TCP and UDP code for ABC to use。
包含以下文件:ClientClient.aps
.................Client.clw
.................Client.cpp
.................Client.dsp
.................Client.dsw
.................Client.h
.................Client.ncb
.................Client.opt
.................Client.plg
.................Client.rc
.................ClientDlg.cpp
.................ClientDlg.h
.................ClientSocket.cpp
.................ClientSocket.h
.................ReadMe.txt
.................
esClient.ico
....................Client.rc2
.................
esource.
- 2022-10-17 19:45:03下载
- 积分:1
-
操作系统提供间
Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being implemented in coordination with the core to share resources, synchronization and exchange information. Linux support a large number of inter-process communication mechanisms, including signal and wait for the queue, pipeline and the Unix System V to provide inter-process communication mechanisms, such as message queue, the signal volume and shared memory.
- 2022-12-25 06:25:03下载
- 积分:1