-
Linux设备驱动程序的源代码,包括PCI、USB等。
linux设备驱动程序源代码,包括PCI,USB,-Linux device driver source code, including PCI, USB, etc.
- 2023-05-10 03:40:03下载
- 积分:1
-
I2C zongxian 总线 亲自编译
I2C zongxian 总线 亲自编译-Bus I2C zongxian personally compiler
- 2022-01-24 10:09:40下载
- 积分:1
-
有关使用C和C++进行嵌入式系统开发的书籍,本人觉得还说得过去
有关使用C和C++进行嵌入式系统开发的书籍,本人觉得还说得过去-Relating to the use of C and C++ For embedded system development books, I think that is also justified for
- 2022-12-08 02:50:03下载
- 积分:1
-
Modbus RTU从站项目基于PIC单片机16f87x处理器和24LC128 CMO…
Modbus RTU Slave project based on Microchip PIC 16F87X processor and 24LC128 CMOS Serial EEPROM with I2C interface.
PIC Modbus RTU slave supports write and read (3 and 16) functions. The data is stored and read from EEPROM via the I2C bus. You can write/read up to 8000 registers.
In a single frame can be read/write 32 registers .
The program was written in the HI-TECH C compiler-Modbus RTU Slave project based on Microchip PIC 16F87X processor and 24LC128 CMOS Serial EEPROM with I2C interface.
PIC Modbus RTU slave supports write and read (3 and 16) functions. The data is stored and read from EEPROM via the I2C bus. You can write/read up to 8000 registers.
In a single frame can be read/write 32 registers .
The program was written in the HI-TECH C compiler
- 2022-03-12 18:16:20下载
- 积分:1
-
凌阳MINI OS 实例,挺不错的,可以看一下,它的OS只有2K,
凌阳MINI OS 实例,挺不错的,可以看一下,它的OS只有2K,-Sunplus MINI OS example, they are good, they can look at, it"s only 2K OS,
- 2022-07-02 00:03:03下载
- 积分:1
-
Protel drawn pictures, adjustable duty cycle signal generator schematic.
protel绘制的图片,占空比可调信号发生器的原理图。-Protel drawn pictures, adjustable duty cycle signal generator schematic.
- 2022-06-29 03:00:15下载
- 积分:1
-
为什么我需要点
为什么我需要点来下载为什么点下载为什么点下载为什么点下载为什么我需要点到下载为什么我需要点来下载为什么点下载为什么我需要点来下载为什么我需要要下载为什么点下载为什么我需要点来下载为什么我需要点为什么下载要下载的点点我需要点来下载为什么我需要点下载为什么点下载为什么我需要点下载为什么我需要点下载
- 2023-06-06 06:05:03下载
- 积分:1
-
很不好找的NAND FLASH 芯片K9G8G08U0M的数据手册
很不好找的NAND FLASH 芯片K9G8G08U0M的数据手册-datasheet for a nand-flash ic K9G8G08U0M
- 2022-06-19 13:01:51下载
- 积分:1
-
avr modbus
这是基于 mega16 的 AVR 家庭的 ModBus 代码。用于换数据的代码使用 RTU 协议。
- 2022-10-19 15:55:02下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1