-
DS1302时间和RAM的读写
DS1302时间和RAM的读写-DS1302 time and the read and write RAM
- 2022-01-25 20:33:32下载
- 积分:1
-
Moto E2的键盘软锁v2源代码,使用qt,(0.02版sdk)
有附加说明,在linux下可以正常查看,在windows下可能会有部分乱码...
Moto E2的键盘软锁v2源代码,使用qt,(0.02版sdk)
有附加说明,在linux下可以正常查看,在windows下可能会有部分乱码-err
- 2022-02-07 16:34:02下载
- 积分:1
-
mcs51子程序集
mcs51子程序集-mcs51 subroutine sets
- 2023-03-27 15:25:04下载
- 积分:1
-
一个很好的嵌入式linux平台下的bootloader,适用于mips体系结构,是不可多得的学习linux引导的资料,也可以用于实际项目。...
一个很好的嵌入式linux平台下的bootloader,适用于mips体系结构,是不可多得的学习linux引导的资料,也可以用于实际项目。-a good embedded Linux platform under the Bootloader applies to MIPS architecture is a rare study guide linux information can also be used to the actual project.
- 2022-05-15 18:06:37下载
- 积分:1
-
基于s3c2410的SD驱动,带有makefile,可在linux下直接编译
基于s3c2410的SD驱动,带有makefile,可在linux下直接编译
-s3c2410 based on the SD-driven, with a makefile, linux under the direct translation
- 2022-04-07 17:31:15下载
- 积分:1
-
h0=figure( toolbar , none ,...
position ,[198 56 408 468],...
name ,...
h0=figure( toolbar , none ,...
position ,[198 56 408 468],...
name , my second gui )
h1=axes( parent ,h0,-
h0=figure( toolbar , none ,...
position ,[198 56 408 468],...
name , my second gui )
h1=axes( parent ,h0,...
- 2022-03-06 19:59:33下载
- 积分:1
-
GNUC是编译开发开源软件,嵌入式linux软件的平台软件,如果你厌烦了VC,BC,如果你想投身于开源事业,那么请学习GC吧!...
GNUC是编译开发开源软件,嵌入式linux软件的平台软件,如果你厌烦了VC,BC,如果你想投身于开源事业,那么请学习GC吧!-GNUC is to compile the development of open-source software, embedded Linux software platform software, if you are tired of the VC, BC, if you wish to participate in open-source cause, then please learn GC!
- 2022-12-22 11:25:03下载
- 积分:1
-
怎样在CodeVision中使用结构型数组的用法实例1
怎样在CodeVision中使用结构型数组的用法实例1- How uses the structure array in CodeVision the usage example
1
- 2022-07-23 15:14:28下载
- 积分:1
-
MSP430提取信号波形AD转换并串口发送程序
使用仿真器下载到MSP430F149芯片中去后,可以实现对模拟信号的采集,AD转换和串口发送,实测有效
- 2023-05-26 03:15: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