代码搜索:Abstract
找到约 10,000 项符合「Abstract」的源代码
代码结果 10,000
www.eeworm.com/read/191210/8433291
txt abstract.txt
This example program demonstrates how to use the on-chip D/A Converter
of the Philips LPC769 Device. The program configures the D/A's and
generates a sawtooth waveform out each D/A channel.
To w
www.eeworm.com/read/290943/8448577
txt abstract.txt
The HID project is a demo program for the Keil MCB2300 Board
using the NXP LPC23xx Microcontroller.
It demonstrates an USB HID (Human Interface Device):
- 8 LEDs (LED0..7)
- 1 Push Button (
www.eeworm.com/read/290943/8448682
txt abstract.txt
This is a simple RTX Kernel based example which simulates
the step-motor driver. Four LEDs are blinking simulating
the activation of the four output driver stages:
- phase A
- phase B
- phase C
www.eeworm.com/read/290943/8448827
txt abstract.txt
The Virtual COM port project is a demo program for Keil MCB2300 Board
using the Philips LPC2368 Microcontroller.
It demonstrates an USB Virtual COM port based on a Windows USB host
driver (usbse
www.eeworm.com/read/290943/8448941
txt abstract.txt
一个最简单的串口通信程序,程序的功能就是在电脑终端上显示开发板上发送过来的字符串,按一下开发板上的S1键(即RESET)就可以发送一个字符串。
实验步骤:
1.不要先给开发板加电源,实验前应将串口线的一端接在开发板的COM1口,另一端接在电脑的串口上,将仿真器(ULINK2)的数据接口排线插在开发板的JTAG接口上。
2.将两根USB线分别插在电脑的两个USB接口上,插好后一根接开发板的电源 ...
www.eeworm.com/read/290943/8448968
txt abstract.txt
-The Blinky project is a simple program for the LPC2378
using Keil 'MCB2300' Evaluation Board and demonstrating
interrupt functionality.
Example functionality:
www.eeworm.com/read/290943/8449115
txt abstract.txt
The Virtual COM port project is a demo program for Keil MCB2300 Board
using the Philips LPC2368 Microcontroller.
It demonstrates an USB Virtual COM port based on a Windows USB host
driver (usbse
www.eeworm.com/read/290943/8449287
txt abstract.txt
The Memory project is a demo program for the Keil MCB2300
Board using the Philips LPC2368 Microcontroller.
It demonstrates an USB Memory based on USB Mass Storage Class.
LEDs are used to displa
www.eeworm.com/read/290943/8449395
txt abstract.txt
LED流水灯程序,程序的功能就是依次循环闪烁八个LED,程序中的
#define LED_A 0x01
#define LED_B 0x02
#define LED_C 0x04
#define LED_D 0x08
#define LED_E 0x10
#define LED_F 0x20
#define LED_G
www.eeworm.com/read/290943/8449465
txt abstract.txt
This tiny web server was taken from the 'Design & Elektronik'
extra issue 'Embedded Internet'. It can be downloaded from the
following web site: www.elektroniknet.de/extraheft.
This software wa