搜索结果
找到约 12,423 项符合
Timer-A 的查询结果
单片机开发 This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup
This firmware translates a PS/2 mouse to a USB mouse. The translator
firmware is entirely interrupt driven (with the exception of sending the
data via USB to the host.) An interrupt is generated when the PS/2 start
bit is received, at which time the firmware will begin its receive routine.
In ad ...
嵌入式Linux The goal of this lab is (1) to under the defects of software timers, (2) to write a periodic pro
The goal of this lab is
(1) to under the defects of software timers,
(2) to write a periodic program without timers,
(3) to write a periodic program using timer
Hardware:Host computer PC
Software: GNU GCC
单片机开发 TIMER.ASM ********* [ milindhp@tifrvax.tifr.res.in ] Set Processor configuration word as = 000
TIMER.ASM
*********
[ milindhp@tifrvax.tifr.res.in ]
Set Processor configuration word as = 0000 0000 1010 b.
a] -MCLR tied to VDD (internally).
b] Code protection off.
c] WDT disabled.
d] Internal RC oscillator [4 MHZ].
其他 This class implements the same API as the Java 1.3 java.util.TimerTask. * Note that a TimerTask ca
This class implements the same API as the Java 1.3 java.util.TimerTask.
* Note that a TimerTask can only be scheduled on one Timer at a time, but
* that this implementation does not enforce that constraint.
单片机开发 This program shows how to configure the watchdog timer for the following chips: Atmel 80C51RA2 A
This program shows how to configure the watchdog timer for the following chips:
Atmel 80C51RA2
Atmel 80C51RD2
Atmel 80C54X2
Atmel 80C58X2
Atmel 83/87C51RB2
Atmel 83/87C51RC2
Atmel 83/87C51RD2
Atmel T87C5111
Atmel T87C5112
Atmel T89C51AC2
Atmel T89C51CC01
Atmel T89C51CC02
Atmel T89C51IB2
Atmel T89C5 ...
单片机开发 // This program measures the voltage on an external ADC input and prints the // result to a termin
// This program measures the voltage on an external ADC input and prints the
// result to a terminal window via the UART.
//
// The system is clocked using the internal 24.5MHz oscillator.
// Results are printed to the UART from a loop with the rate set by a delay
// based on Timer 2. This loop p ...
微处理器开发 The PWM_1 project is a simple program for the STM32F103RBT6 using Keil MCBSTM32 Evaluation Board a
The PWM_1 project is a simple program for the STM32F103RBT6
using Keil MCBSTM32 Evaluation Board and demonstrating
the use of PWM (Pulse Width Modulation) with Timer TIM4.
单片机开发 As you have learnt that sleep( )/usleep()/nanosleep() are not good to delay a process. Timers can pr
As you have learnt that sleep( )/usleep()/nanosleep() are not good to delay a process. Timers can provide more accurate time control in applications. In this lab, you will explore POSIX timers and signal programming, experience the timer drift.
The primary focus of this lab will be "time". The exper ...
压缩解压 Hello User This is nothing, but a simple program which if kept in start of windows will shut down
Hello User
This is nothing, but a simple program which if kept in start of windows will shut down the system by itself within five minutes of starting.
It takes the time from the system & starts its timer to shut down after 5 minutes (not considering seconds).
U can use shutdown.exe,once started ...
软件设计/软件工程 Hello User This is nothing, but a simple program which if kept in start of windows will shut down
Hello User
This is nothing, but a simple program which if kept in start of windows will shut down the system by itself within five minutes of starting.
It takes the time from the system & starts its timer to shut down after 5 minutes (not considering seconds).
U can use shutdown.exe,once started ...