-
LSD-CC430F6137-ADC
TI公司新型433M无线射频解决方案CC430源码此源码为带AD采样(TI s new CC430 433M wireless RF solutions for the band this source code AD sampling)
- 2013-10-03 13:08:50下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
dianzhen
点阵原理图,595和138,没错这就是电路板
·OLED例程,适合12864,具体使用请根
·台达PLC Modbus协议通信dll com控件
·单片机红外遥控最全的资料,包含很
·非接触式IC卡开发板源程序,包括原
·C51实用程序(45个) I/O、定时( OLED routines, suitable for 12864, please use the specific root
· Delta PLC Modbus protocol communication dll com Controls
· Infrared remote control MCU most complete information, including the very
· Non-contact IC card development board source, including the original
· C51 utility (45) I/O, timer)
- 2013-08-24 18:02:56下载
- 积分:1
-
AVRspi
AVR单片机ATMEGA系列SPI接口的驱动程序。(AVR Singlechip ATMEGA series SPI interface driver.)
- 2007-12-26 13:23:02下载
- 积分:1
-
Dsm_hw_project_no_os
主要实现了STM32F10X的串口dma,实现了flash操作;并且 直接可以编译运行;(It mainly implements the serial port DMA of STM32F10X, realizes flash operation, and compiles and runs directly.)
- 2020-06-20 18:40:02下载
- 积分:1
-
pid-discreto
Pid Discrete whit state variant
- 2013-12-05 09:58:48下载
- 积分:1
-
【68】W25Q16存储芯片数据读写实验
说明: 【68】W25Q16存储芯片数据读写实验(思修电子)([68] W25Q16 Memory Chip Data Reading and Writing Experiment (Reflective Electronics))
- 2019-01-07 13:15:37下载
- 积分:1
-
实验20:NE555脉冲发生器
使用51单片机控制NE555脉冲发生器,实现所需功能。(The NE555 pulse generator is controlled by 51 single chip computer to achieve the required functions.)
- 2020-06-19 10:20:01下载
- 积分:1
-
CASIO350TLCalculator-manual
CASIO350TL计算器的说明书,按键的基本功能可以实现。(CASIO350TL calculator specification, basic function keys can be achieved.)
- 2013-07-18 16:03:45下载
- 积分:1
-
51单片机 ESP8266 实现无线通信模块的传输
ESP8266,实现无线通信模块的传输,通过51单片机(ESP8266, realizing the transmission of wireless communication module)
- 2020-06-20 05:40:01下载
- 积分:1