-
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
-
Linux driver for dm9000 please check it
Linux driver for dm9000 please check it
- 2022-10-12 03:45:03下载
- 积分:1
-
NEC公司生产的0547d系列78K示例程序
nec公司生产的78k系列的0547d的示例程序-nec produced 0547d series of 78k sample procedures
- 2022-01-26 00:09:05下载
- 积分:1
-
C语言函数库文件,包括各种头文件及说明文档
C语言函数库文件,包括各种头文件及说明文档--Library functions for C language, including header files and descriptions.
- 2022-02-10 12:31:31下载
- 积分:1
-
atmel的at91sam9260芯片的SPI读写程序,外设芯片为at45db321(dataflash),通过调试,已用于实际应用...
atmel的at91sam9260芯片的SPI读写程序,外设芯片为at45db321(dataflash),通过调试,已用于实际应用-atmel chip SPI read and write the at91sam9260 procedures, peripheral chip at45db321 (dataflash), through commissioning, has been used in the practical application of
- 2023-02-19 02:50:04下载
- 积分:1
-
该源程序已在实验板上调试通过,读者可直接引用,并可以利用软件编程的灵活性,加以拓展,实现更为复杂的功能。...
该源程序已在实验板上调试通过,读者可直接引用,并可以利用软件编程的灵活性,加以拓展,实现更为复杂的功能。--Use 16F877 to implement a clock functionality. It is tested on an experiment board.
- 2022-03-20 23:53:19下载
- 积分:1
-
纠正网上流传的绝大多数错误的硬盘安装方法,这是本人经验的结晶,可以节省您许多时间。...
纠正网上流传的绝大多数错误的硬盘安装方法,这是本人经验的结晶,可以节省您许多时间。-To correct the vast majority of Internet spread the error of hard disk installation method, which is the crystallization of my experience, I can save you a lot of time.
- 2022-03-05 07:08:02下载
- 积分:1
-
NEC实现电机控制的芯片资料,包括步进电机和直流电机都可以控制,资料是中文的。...
NEC实现电机控制的芯片资料,包括步进电机和直流电机都可以控制,资料是中文的。-NEC to achieve motor control chip, including stepper motors and DC machines can be controlled, the information is in Chinese.
- 2022-10-20 03:25:03下载
- 积分:1
-
OCM4X8C驱动 作者:孙新虎 sunxinhu@163.com 日期:200412
OCM4X8C驱动 作者:孙新虎 sunxinhu@163.com 日期:200412-OCM4X8C drive Author : Sun tiger sunxinhu@163.com date : 200412
- 2022-03-23 00:09:48下载
- 积分:1
-
LPC1788 I2C操作
LPC1788 I2c总线的应用,此例操作对象为温度传感器LM75,使用I2C0
- 2022-03-02 20:51:24下载
- 积分:1