代码搜索:如何学习 PWm?
找到约 10,000 项符合「如何学习 PWm?」的源代码
代码结果 10,000
www.eeworm.com/read/416679/11018072
obj pwm之小车调速.obj
www.eeworm.com/read/416679/11018080
lnp pwm之小车调速.lnp
"PWM之小车调速.obj"
TO "PWM之小车调速"
NOPRINT RAMSIZE(256)
www.eeworm.com/read/416679/11018082
hex pwm之小车调速.hex
:08000E00010980010805C10091
:10010B00AD071FED600BE4FEEEC394F050F20E80D2
:01011B00F7EC
:01011C0022C0
:1000AA00E4F590758911F58CF58A85098D85098B9A
:1000BA00D2AFD2A9D2ABD28C20A202B20030A2FD1A
:1000C
www.eeworm.com/read/416679/11018084
c pwm之小车调速.c
#include < reg51.h >
#include < intrins.h >
sbit K1 =P2^0 ; //按K1,PWM值增加键
sbit K2 =P2^1 ; //按K2,PWM值减少键
sbit K3 =P2^2 ; //按K2,正反转
u
www.eeworm.com/read/416679/11018088
opt pwm之小车调速.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/416679/11018090
plg pwm之小车调速.plg
礦ision3 Build Log
Project:
D:\程序\keil\智能小车\PWM之小车调速\PWM之小车调速.uv2
Project File Date: 08/14/2008
Output:
www.eeworm.com/read/270525/11034143
key-control-pwm-led
www.eeworm.com/read/469564/6931500
d pwm_study.o.d
pwm_study.o: ../pwm_study.c D:/WinAVR/avr/include/avr/io.h \
D:/WinAVR/avr/include/avr/sfr_defs.h D:/WinAVR/avr/include/inttypes.h \
D:/WinAVR/avr/include/stdint.h D:/WinAVR/avr/include/avr/iom8
www.eeworm.com/read/469571/6931526
d key_pwm.o.d
key_pwm.o: ../key_pwm.c D:/WinAVR/avr/include/avr/io.h \
D:/WinAVR/avr/include/avr/sfr_defs.h D:/WinAVR/avr/include/inttypes.h \
D:/WinAVR/avr/include/stdint.h D:/WinAVR/avr/include/avr/iom8.h \
www.eeworm.com/read/469575/6931558
led_pwm_lcd1
#include
#include
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int