-
uclinux2.4中自带了sl811的驱动,当用户使用时需对其做一些…
uclinux2.4中自带了sl811的驱动,当用户使用时需对其做一些修改。本程序是邵仕泉、张红雨针对自己的应用在原有程序基础上修改的,在与原程序对照后可发现修改工作有很多,这可以作为参考,帮助读者写出自己的sl811驱动。-uclinux2.4 sl811 were onboard the driver, when users need when its done with some modifications. This procedure is SHAO Shi-chuen, bo, in light of their application procedures on the basis of the original amendment, in contrast with the original program can be found there is a lot of changes, which could serve as a reference to help readers to write their own sl811 drive.
- 2022-01-28 09:50:43下载
- 积分:1
-
神舟3号开发板stm32_ADC程序
嵌入式神舟系列,单片机开发试验仪,神舟3号开发板,stm32_ADC实现模数转换。ADC采集频率为12MHz,采集管脚PC3,采集数据经过平滑滤波,排除瞬间干扰。串口输出转换电压值,串口波特率为9600,数据位8,无校验,停止位1。
- 2022-08-20 09:37:37下载
- 积分:1
-
触摸屏校准方法,适合嵌入式linux下使用
触摸屏校准方法,适合嵌入式linux下使用-touch screen calibration method for embedded Linux use
- 2022-02-14 10:45:46下载
- 积分:1
-
24C02读写源程序,测试OK!
24C02读写源程序,测试OK!--24C02 read/write operation.
- 2022-02-18 15:18:49下载
- 积分: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
-
基于MSPF449的三相电压表功率的开发程序
基于MSPF449的三相电压表功率的开发程序--An application program based on the power of MSPF449 s triple point voltmeter.
- 2022-05-29 04:14:57下载
- 积分:1
-
article discusses the Linux operating system as a real
文章讨论了Linux 作为实时应用操作系统的一些不足,从实现机制上分析了产生这些不足的原因。详细阐述了实时操作系统RTLinux 的实现原理,着重介绍了嵌入式RTLinux 系统的开发过程,并给出了该系统实时性能测试的方法和结果-article discusses the Linux operating system as a real-time application of a number of shortcomings, from the mechanism analysis on the causes of these deficiencies. Detailed real-time operating system RTLinux Principle, highlighting the RTLinux embedded system development process, and the system is real-time performance testing methods and results
- 2023-05-31 09:00:03下载
- 积分:1
-
哈希列表树队列栈
它是适当了解有关的数据结构。
哈希列表树队列堆栈。
- 2022-03-18 13:29:32下载
- 积分:1
-
PLC程序集成开发平台,可以编辑、编译PLC程序的梯形图文件和逻辑语言文件,逻辑语言指令与三菱PLC兼容
PLC程序集成开发平台,可以编辑、编译PLC程序的梯形图文件和逻辑语言文件,逻辑语言指令与三菱PLC兼容
- 2023-07-14 18:35:04下载
- 积分:1
-
89C51单片机控制LED点阵显示汉字,以及运动…
89c51控制led点阵显示汉字,以及汉字的移动,就如公交车上的显示器-89c51 control led dot matrix display Chinese characters, as well as movement of Chinese characters, as buses display
- 2023-06-19 18:55:03下载
- 积分:1