-
At45 avr libc
基于adestotech库的At45 avr libc。
- 2022-10-07 06:40:03下载
- 积分:1
-
这是关于电压比较器的 里面介绍了LM339的引脚图和作用 好东西...
这是关于电压比较器的 里面介绍了LM339的引脚图和作用 好东西-This is about the voltage comparator which introduced the LM339 pin diagram and the role of a good thing
- 2022-04-19 19:34:24下载
- 积分:1
-
sprintf source. Separate a file can be used. In the embedded and other systems m...
sprintf源码。独立一个文件就可用。在嵌入式等系统中可能用到。网上找了很多,多数都不能用或功能不全。这个是本人下了一翻功夫完善过的代码。-sprintf source. Separate a file can be used. In the embedded and other systems may be used. The Internet is a lot, most are not usable or insufficiency. This is the effort I made a frightening sound off code.
- 2022-07-22 20:34:54下载
- 积分:1
-
ARM嵌入式实验例程和指导资料
ARM 嵌入式测试例程,指导材料,每一章已经测试汇编语言编程,对初学者很有用
- 2022-01-26 03:47:04下载
- 积分:1
-
GPS系统,怎样接收坐标数据,以及对数据的处理
GPS系统,怎样接收坐标数据,以及对数据的处理-GPS systems, how to receive coordinate data, as well as data processing
- 2022-01-26 04:59:25下载
- 积分:1
-
利用stm32控制带霍尔直流无刷电机
利用stm32芯片控制带霍尔传感器直流无刷电机驱动程序,能够实现直流无刷电机的启动停止换向及pid调速等功能,对于直流无刷电机的研究入门人员有很大的帮助
- 2022-01-25 21:15:54下载
- 积分:1
-
LED显示驱动芯片的驱动程序,用SPI总线
LED显示驱动芯片的驱动程序,用SPI总线-LED display driver chip of the driver, with SPI Bus
- 2022-04-19 13:29:30下载
- 积分:1
-
s3c2410的Nandflash的bootloader,参考wince的boot
s3c2410的Nandflash的bootloader,参考wince的boot-s3c2410 the Nandflash Bootloader. Reference wince the boot
- 2022-02-25 09:55:17下载
- 积分:1
-
Ip of the liquid crystal display NIOSII nuclear, containing all underlying sourc...
NIOSII的液晶显示ip 核,含有所有底层源代码-Ip of the liquid crystal display NIOSII nuclear, containing all underlying source code
- 2022-01-27 11:38:12下载
- 积分:1
-
ds1302+1602shizh0ng.含闹钟
#include //包含单片机寄存器的头文件
#include //包含_nop_()函数定义的头文件
unsigned char code digit[10]={"0123456789"}; //定义字符数组显示数字
sbit SCLK=P2^5; //位定义1302芯片的接口,时钟输出端口定义在P1.0引脚
sbit DATA=P2^6; //位定义1302芯片的接口,数据输出端定义在P1.1引脚 I/O
sbit RST=P2^7; //位定义1302芯片的接口,复位端口定义在P1.2引脚 CE
sbit s1=P1^0; // 时间移位
sbit s2=P1^1; // 时间加
sbit s3=P1^2; //时间减
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-01 14:54:39下载
- 积分:1