-
该程序完成了c8051外围电路的驱动和串口协议的编写。希望能给大家学习51单片机带来帮助...
该程序完成了c8051外围电路的驱动和串口协议的编写。希望能给大家学习51单片机带来帮助-The program was completed C8051 driver peripheral circuits and serial protocol to prepare. I hope everyone can learn from 51 Singlechip help
- 2022-08-13 21:20:29下载
- 积分: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
-
C51上实现SD卡程序,是FAT32文件系统
C51上实现SD卡程序,是FAT32文件系统-C51 realize the SD card procedure is FAT32 file system
- 2023-09-04 04:15:03下载
- 积分:1
-
430 : 19,264 Chinese characters and graphics LCD character display program can b...
430编程:19264图形液晶汉字与字符的显示程序,可以直接使用-430 : 19,264 Chinese characters and graphics LCD character display program can be used directly
- 2022-10-03 14:05:03下载
- 积分:1
-
240* 128 LCD display of information, it is necessary to download the bar on the...
240*128液晶显示的资料,要的话就来下载吧-240* 128 LCD display of information, it is necessary to download the bar on the words ~ ~ ~ ~
- 2022-02-13 18:53:48下载
- 积分:1
-
C++ 的难学,不仅在其广博的语法,以及语法背後的语意,以及语意背後 的深层思维,以及深层思维背後的物件模型;C++ 的难学...
C++ 的难学,不仅在其广博的语法,以及语法背後的语意,以及语意背後 的深层思维,以及深层思维背後的物件模型;C++ 的难学--C++ is difficult to learn, not only because of its complex syntax, but also the deep insights behind.
- 2022-02-26 05:31:34下载
- 积分:1
-
Easy LPC2131 development board ARM7_LPC213x/214x EasyARM2131 template demo proje...
深入浅出ARM7_LPC213x/214x
EasyARM2131开发板
LPC2131工程模板
演示程序(C)-Easy LPC2131 development board ARM7_LPC213x/214x EasyARM2131 template demo project (C)
- 2022-09-22 08:40:06下载
- 积分:1
-
棒子
COBS-consistent overhead byte stuffing,一种串行通信字节流packetize的算法,在PPP和HDLC串行通信中均有用,笔者把它用在单片机串行通信程序中,非常成功。包中的两个工程阐释了算法原理。pdf文档进一步作了说明。-COBS-consistent overhead byte stuffing, a serial communication byte stream packetize algorithms, in the PPP and HDLC serial communications are used, the author put it in single-chip serial communication program, very successful. Package the two projects to explain the principle of the algorithm. pdf document for further clarification.
- 2023-02-28 20:40:03下载
- 积分:1
-
ULIP及vxsim网络仿真的实现
ULIP及vxsim网络仿真的实现-ULIP vxsim Network Simulation and Implementation
- 2023-04-30 12:30:03下载
- 积分:1
-
MFRC522 RFID 卡读卡器
它是采用恩智浦 MRFC522 IC ISO14443、 微控制器 LPC1768、 接口 SSP0 的 RFID 基地卡读卡器。
- 2022-05-05 02:30:30下载
- 积分:1