-
minigui desktop enviroment
minigui desktop enviroment
- 2022-04-21 13:05:31下载
- 积分:1
-
sdmmc
SD卡的源码,希望这个资料能帮上大家,-sdmmc
- 2022-12-11 14:25:03下载
- 积分:1
-
DDS generator NIOS. C files, NIOSII can be in Verilog code generation with custo...
DDS发生器NIOS .c文件,在NIOSII中可以配合Verilog代码生成的自定义外设产生DDS信号-DDS generator NIOS. C files, NIOSII can be in Verilog code generation with custom peripherals DDS generated signal
- 2022-03-09 14:28:45下载
- 积分:1
-
自动升降电梯控制器设计
要求:
设计一个6层楼的电梯控制器。
该控制器可控制电梯完成6层楼的载客服而且遵循方向优先原则,并能响应提前关门延时关门,并...
自动升降电梯控制器设计
要求:
设计一个6层楼的电梯控制器。
该控制器可控制电梯完成6层楼的载客服而且遵循方向优先原则,并能响应提前关门延时关门,并具有超载报警和故障报警;
同时指示电梯运行情况和电梯内外请求信息。-Auto-Lift elevator controller design requirements: design of a six-story elevator controller. The controller can control the completion of six-story elevator containing the principle of giving priority customer service, and follow the directions, and can respond to close ahead of schedule delay closing, and has overload alarm and fault alarm also instructed the elevator and elevator operation request information both inside and outside.
- 2022-05-09 10:35:04下载
- 积分:1
-
Fatfs文件管理系统实验
FATFS文件系统实验,使用FATFS各个接口函数进行操作。
- 2022-02-12 20:00:35下载
- 积分:1
-
机械工业出版社<<嵌入式linux9应用开发祥解>> 刘峥嵘 著...
机械工业出版社 刘峥嵘 著-Machinery Industry Press lt; Lt; Embedded Application Development xiang, XIE linux9 gt; Gt; LIU Zheng- rong with
- 2023-05-04 17:20:03下载
- 积分:1
-
详细描叙arm
详细描叙arm-linux的配置过程,整个过程都是自己经验总结,还配有大量图片,可供需要的人使用-Arm-linux describes in detail the configuration process, the whole process for his own experience, also has a large number of pictures, for those who need to use
- 2022-02-11 21:50:28下载
- 积分:1
-
Use protel99se developed microcontroller circuit boards, circuit board you wish...
使用protel99se开发的单片机电路板,希望有助于各位电路板开发设计的学习-Use protel99se developed microcontroller circuit boards, circuit board you wish to contribute to development and design of learning
- 2022-10-31 23:50:03下载
- 积分:1
-
STM8-USB源代码
应用背景USB是串口通信协议,现在已经非常广泛应用,每个pc机都有USB借口。stm8-usb可用在电脑USB借口上,降低成本,减少开发时间。是单片机爱好者最好的练手代码。关键技术stm8-usb下载编译后就能运行,里面代码全面,可根据需要自己改编。
extern void usb_tx(void);
uint8_t usb_rx_buffer[16];
uint8_t * usb_tx_buffer_pointer;
uint8_t usb_tx_count;
uint8_t usb_rx_count;
函数可直接调用
- 2022-09-20 06:15:02下载
- 积分:1
-
基于S3C44B0x的串口通信
串口是计算机上一种非常通用设备通信的协议。大多数计算机包含两个基于RS232的串口。串口同时也是仪器仪表设备通用的通信协议;很多GPIB兼容的设备也带有RS-232口。同时,串口通信协议也可以用于获取远程采集设备的数据。串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其他线用于握手,但是不是必须的。串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。对于两个进行通行的端口,这些参数必须匹配:
- 2022-02-06 06:16:44下载
- 积分:1