搜索资源列表
fet440_uart11_38400
- Echo a received character, RX ISR used. Normal mode is LPM0. // USART1 RX interrupt triggers TX Echo. // Baud rate divider with 1048576hz = 1048576/38400 = ~27.31 (01Bh|03h) // ACLK = LFXT1 = 32768Hz, MCLK = SMCLK = default DCO = 32 x ACLK = 10
chip1
- VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //发送缓冲区 unsigned char inb
InterefacingPS2Keyboard
- FPGA/keyboard interface is shown in figure 1. When the FPGA “reads” the Data or Clock inputs both PS2Data_out and PS2Clk_out are kept low which puts the tri-state buffers in high impedance mode. When the FPGA "writes" a logic 0 on an output, the
007_A101VW01_BIT1612_v065
- 所有BITEK BIT161x 系列master mode assembly code 均可以 用BITEK ASM2 uility 加以assemble 並透過BITEK I2C Kit (分USB 和Printer Port兩種版本) 直接下載至 EEPROM中. 007)BIT1612 AUO A101VW01 10.1" 800(W) x RGB x 480(H) (Stripe/CCFL) -The BIT1612 code is designed for A
002_A070FW03_BIT1625_v031
- 所有BITEK BIT161x 系列master mode assembly code 均可以 用BITEK ASM2 uility 加以assemble 並透過BITEK I2C Kit (分USB 和Printer Port兩種版本) 直接下載至 EEPROM中. 002)BIT1625 AUO A070FW03 7.0" 1440(W) x 234(H) (Stripe/CCFL) -The BIT1625 code is designed for AUO
Nano-X
- nano-x图像糢式只是用于在下方的液晶显示器显示键盘。用户可以轻触这个键盘或任天堂DS上的按钮操作DSLinux。-nano-x Image mode only be used at the bottom of the LCD display keypad. Users can tap the keyboard or the buttons on the Nintendo DS operation DSLinux.
MXC6202xJ
- 加速度传感器的运用资料 资料详细 英文版-MXC6202xJ/K • Small low profile package: 5.5mm x 5.5mm x 1.4mm • Designed for very low cost applications • RoHS compliant • I2C Slave, FAST (≤400 KHz.) mode • Power up/down function
The-timer-X-operation
- 定时器X运行(脉冲输出模式),用于跑马灯的练习。-Timer X operation (pulse output mode), for Marquee practice.
mmc_high_speed_mode_setting_sequence_v1.0
- Normal MMC operates under 20 MHz and can operate 1 bit data, but High Speed MMC can operate from 0 to 52 MHz. Also it can operate 1 bit to 8 bit data Even though High Speed mode setting is defined in MMC specification 4.x, most application manu
DianZiLuoPan
- ZCC212N-TTL-TY1电子罗盘 ZCC212N-TTL-TY1 是最新推出的 ZCC212N-TTL 的升级版(输出引脚兼容),经过大量实践证明相对于早期的 ZCC212N-TTL 性能更稳定,抗干扰能力更强。ZCC212N-TTL-TY1 是一款平面数字罗盘模块。其工作原理是基于 X,Y 两个方向的磁阻传感器感应地球的磁分量,从而得出方位角度。该产品以 TTL 方式与上位机进行通信, 运行稳定,并具有标定功能,其输出波特率可调,有连续和询问两种输出方式,同时具有安装角和
fet410_lcd_03
- msp430f425的LCD驱动程序,4-mux模式-MSP-FET430P410 Demo- LCD, Display Numbers on a 4-Mux LCD // // Descr iption: This program displays digits stored in the variable "value" // on a 4-mux LCD, then waits in low power mode 3. To use the program run it
Timer0
- //DMAVR-128的利用定时器0实现999s加1计数功能,每1s加1 //定时器用普通模式,溢出中断,加1计数 //定时器初值计算,定时10ms,1024分频为例,(FF-X+1)/F_CPU/1024=0.01s //秒表在数码管上显示-//DMAVR-128 use of timer 999s plus a count function every 1s 1// timer overflow interrupt normal mode,, plus a count// tim
430-SHILICX
- 目录:1. 堆栈时钟初始化 2. RAM自测子程序 3. 二进制转化为BCD码(二进制16位(65536)放R15,结果放R4,R5) 4. BCD码转化为二进制(BCD码放R4,二进制放R5) R5=XO+10*(X1+10*(X2+10*X3)) 5. BCD码转化为二进制(BCD码放R4,二进制放R5)R5=XO+10*X1+100*X2+1000*X3 6. 冒泡排序法(适合20个数字以下) 7. X=a^+b^(a为2个字节,b为2个字节,X为3个字
MSP430--16X16
- 目录:1. 堆栈时钟初始化 2. RAM自测子程序 3. 二进制转化为BCD码(二进制16位(65536)放R15,结果放R4,R5) 4. BCD码转化为二进制(BCD码放R4,二进制放R5) R5=XO+10*(X1+10*(X2+10*X3)) 5. BCD码转化为二进制(BCD码放R4,二进制放R5)R5=XO+10*X1+100*X2+1000*X3 6. 冒泡排序法(适合20个数字以下) 7. X=a^+b^(a为2个字节,b为2个字节,X为3个字
uartdayin
- msp430f5529串口打印程序,实现字符串的发送,用于gsm等。-//****************************************************************************** // MSP430F552x Demo- USCI_A0, 9600 UART, SMCLK, LPM0, Echo with over-sampling // // Descr iption: Echo a received character,
PWM
- MSP430G2553 lunchpad,控制输出两路PWM的占空比,使其经过RC滤波后在示波器X-Y方式下显示为抛物线图形-MSP430G2553 lunchpad, control output two PWM duty cycle, filtering it through the RC mode, the oscilloscope XY graph shows a parabolic
disptest
- 模拟示波器的现实程序,有x,y和光标。采用AD5440输出,现实效果很好。(示波器x-y方式)-Analog oscilloscope reality program, there are x, y and cursor. Using AD5440 output, real good results. (Xy oscilloscope mode)
SSP
- LPC1343 SSP.C SSP.H @file ssp.c @author K. Townsend (microBuilder.eu) @section DEscr iptION Generic code for SSP/SPI communications. By default, the SSP block is initialised in SPI master mode. @section Example @code #include "core/cpu/cpu.h&quo
stm8s_IAP
- stm8 x-mode iap bootloader
PIC32MM.X
- 实现SX1280的收发程序,模式可以自行设定,FLRC实测速率可以达到1Mbps(Achieve the SX1280 transceiver program, the mode can be set by itself, the measured speed of FLRC can reach 1Mbps)