-
s3c2410下cs8900驱动
交叉编译arm
s3c2410下cs8900驱动
交叉编译arm-linux-gcc4.0.2
内核:linux2.6.17.14-CS8900 driver S3C2410 under cross compiler arm-linux-gcc4.0.2 kernel: linux2.6.17.14
- 2022-06-02 20:25:09下载
- 积分:1
-
基于STM32F107串口转以太网的传输例程
基于STM32F107的串口转以太网的例程,可以直接应用于实际项目中,采用LWIP实现
- 2022-03-16 11:51:36下载
- 积分:1
-
atmel的at91sam9260芯片的nandflash读写程序,已通过实际调试
atmel的at91sam9260芯片的nandflash读写程序,已通过实际调试-atmel" s at91sam9260 chip nandflash read and write procedures have been through actual debugging
- 2022-09-17 10:55:03下载
- 积分:1
-
一个arm7开发板上的beep蜂鸣器实验程序,此程序用c语言编写。...
一个arm7开发板上的beep蜂鸣器实验程序,此程序用c语言编写。-a arm7 development board buzzer beep experimental procedure, this procedure using c language.
- 2022-06-30 11:34:53下载
- 积分:1
-
this the MUSIC PLAYER source code, to learn ARM helpful, good things to share wi...
this the MUSIC PLAYER source code, to learn ARM helpful, good things to share with everyone Kazakhstan-ARM DEVELOPMENT
- 2022-04-22 14:56:35下载
- 积分:1
-
I2C的驱动程序(包括头文件及底层的C子程序)
I2C的驱动程序(包括头文件及底层的C子程序)-I2C drivers (including the first document and the bottom of the C subroutine)
- 2022-04-22 12:55:04下载
- 积分:1
-
12887shizhongde 驱动大家好好学习
网名共同进步
123456789
一定可以成功的...
12887shizhongde 驱动大家好好学习
网名共同进步
123456789
一定可以成功的-Everyone study hard drive 12887shizhongde network of 123,456,789 common progress will certainly be able to success
- 2023-03-31 06:55:03下载
- 积分:1
-
uclinux的进程间通信例子
uclinux的进程间通信例子-Basis of Uclinux example of inter-process communication
- 2022-02-07 02:17:46下载
- 积分:1
-
如何在嵌入式LINUX中增加自己的设备驱动程序
如何在嵌入式LINUX中增加自己的设备驱动程序-in Embedded Linux increased its own device driver
- 2023-03-15 14:35:04下载
- 积分: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