搜索资源列表
cat24wc02LED
- 这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"T
SmallRTOS51clock
- 这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间,使用串口设置一个报警时间。由于仅仅是一个例子而非产品,有一些细节没有完善。如调整完时间后第一次显示的时间是错误的(由于共享TimeData引起);没有使用串行eeprom存储多个报警时间等;删除报警代码没有编写。不过,程序已经可以使用,读者可以自行完善它。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\te
SmallRTOS51key
- 这是Small RTOS 51 DP-51下载仿真实验仪上编写的一个键盘驱动例子。在DP-51下载仿真实验仪上运行本程序后,有两个发光二极管每秒闪动一次。当按下某个按键时,LED数码显示器会显示相应的键值。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Sel
nRFgo-SDK-v2.1
- Nordic 公司nRF24LE1等开发套件源码-The nRFgo Software Develo pment Kit (SDK) is the developer s shortcut to running software. With ever more sophisticated products the path from a Product Specification to working software can seem long and difficult. With the
2972
- C51单片机驱动a3972步进电机细分,同时可以控制步电机加速,减速-C51 single-chip stepper motor driver a3972 broken down step-by-step motor can be controlled simultaneously to speed up, slow down
C51_CAN_Program_Examples
- C51 ADC Program Examples. 适用于AT89C51CC01,AT89C51CC02,AT89C51CC03单片机内建CAN总线控制器. Atmel官方例程,C和汇编都有,很有帮助-C51 ADC Program Examples. This section provides the C and Assembler program examples for CAN applicable to all C51 devices.
P89V51
- 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的
snake
- 单片机贪吃蛇游戏,可在89c51等单片机运行. keil编译-SCM Snake game, you can 89c51 microcontroller such as running. Keil compiler
TBGUI_100_8051_Eval
- TBsoft-GUI V1.00 8051评估版免费下载,使用Keil C51 V7.06A作为编译器,可用于MCS-51系列单片机和单色LCD,支持键盘设备,支持使用小汉字库,允许用户程序外挂LCD和键盘驱动程序。-TBsoft-GUI V1.00 8051 evaluation version free download, using the Keil C51 V7.06A as the compiler can be used for MCS-51 family of single chi
proteusLab
- 51开发板Proteus 仿真版第二版(Proteus 7.2兼容版) 你可以不买开发板就能学习C51 单片机了!-51 development board simulation version of the second edition of Proteus (Proteus 7.2 compatible version) you can not buy a C51 microcontroller development board will be able to learn it!
C51BOOK_examples
- C51单片机源代码例程,非常适合于初学者,通过本例程可基本掌握单片机的程序设计。-C51 mcu source code examples,it s very suitable for the new beginners. You can grasp how to design mcu program through practice the examples.
c51
- 在对单处机进行编程的过程中,对位的操作是经常遇到的。C51对位的操控能力是非常强大的。从这一点上,就可以看出C不光具有高级语言的灵活性,又有低级语言贴近硬件的特点。这也是在各个领域中都可以看到C的重要原因。在这一节中将详细讲解C51中的位操作及其应用。-In one office machine programming process, the bit operation is frequently encountered. C51 on the bit manipulation capabil
simboard
- 可以加进keil C51里的虚拟仿真软件,通过简单的设计,就可以省掉学习板,有虚拟的数码管.LED,按键.-Keil C51 can be added in the virtual simulation software, a simple design, you can dispense with learning board, a virtual digital control. LED, button.
NRF905
- 该文件包含NFR905模块的C51原程序,已经用于实际项目中稳定工作,可以实现低成本,短距离无线通信-This file contains the original C51 NFR905 module procedure has been used in the stability of the actual project work, can achieve low-cost, short distance wireless communication
NRF24L01_C51
- 基于c51的nrf24l01程序,打开更改一下接口就可以使用-Based on the c51 nrf24l01 program, open to change the interface, you can use...
can-TEST-CODE
- 基于SJA1000 BASIC测试代码,欢迎下载-SJA100 BASIC SOURCE CODE,SJA1000+C51
C51
- 51单片机中,进行发光二极管控制的C语言程序,可以生成HEX文件,将文件下载带单片机芯片中即可进行单片机控制。-51 single-chip light-emitting diode control C language program, you can create a HEX file to download the file with a single chip microcontroller control.
nrf2401c51
- nrf24l01在c51系列单片机上的程序,自己已经用过,可以用,keil上做的-nrf24l01 c51 series microcontroller on the program, they have used, you can use keil do
can--C-language
- can代码 针对C语言C51 系列单片机的代码,供参考-C language about CAN Bus,C51 MCU series
IAR-C51-SJA1000
- IAR 编译器下 用51单片机 驱动CAN芯片 SJA1000 程序代码。 -IAR compiler with 51 single-chip driver SJA1000 chip CAN program code.