Welcome![Sign In][Sign Up]
Location:
Search - sck

Search list

[Other resourceSCK

Description: AT45DBFlash的数据存储的lizi。-AT45DBFlash data storage Lizi.
Platform: | Size: 2132 | Author: 杨昭 | Hits:

[OtherTXSB

Description: 图像识别技术目前在人们的生活中,应用越来越普遍,如我们较熟悉的数码相机、摄像头、具有摄像功能的手机、以及我们看见的一些智能玩具上都具有图像识别的功能。在此为大家介绍的此款图像识别模组主要是应用于交互式智能玩具、图像处理产品、教学中。此模组接口简单,应用方便,容易与MCU结合使用,若与凌阳公司的SPCE061A结合,使其声貌并具,更能体现产品的特效功能。 2 功能简介 该模组可以实现如下功能: 􀂄 识别颜色、形状 􀂄 识别位置 3 模组结构 光学镜头CMOS传感器SPCA561A图象处理芯片SPCA563A微控制器SPCE061AEagle模组 图3.1 图像识别模组结构框图 图像识别模组由光学镜头、CMOS传感器(SPCA561A)、图像处理芯片(SPCA563A)组成。 SPCA563A分析和处理SPCA561A传过来的图像信号,并得出相应的信息(颜色、形状等等)。此模组接口简单,应用方便,容易与MCU结合使用,我们下面将要介绍的Demo就是其与SPCE061A结合的例子。 图像识别模组和外界的接口共有6针,依次接在SPCA563A的:VCC、SCK、SD、RDY、图像识别3_RESET和GND。-image recognition technology in people's lives, the increasing application, if we are more familiar with digital cameras, camera, with camera phones, and we have seen some smart toys have on the image recognition function. Here to introduce the nationwide image recognition module is mainly used in teractive smart toys, image processing products, and teaching. This module interface simple, convenient and easily used in conjunction with the MCU, if Sunplus with the SPCE061A combining it with sound and appearance that reflects the effects of functional products. Profiles of the two modules can achieve the following functions :
Platform: | Size: 923489 | Author: 王刚 | Hits:

[Other resourcemy_iic_source

Description: 我自己的项目,用AT89C2051的I/O口,模拟IIC的SCK和SDA,实现对AT24C01/02的读写控制。绝对可用-my own projects, with AT89C2051 I / O Hau, SCK simulation IIC and the SDA, to achieve literacy AT24C01/02 control. Absolutely available!
Platform: | Size: 18726 | Author: 幕幕 | Hits:

[Other resourceSPR4096FLASH

Description: SPR4096A FLASH的擦除及其读写 // SPR4096 的FLASH存储开机次数 // 涉及的库: CMacro1016.lib // 组成文件: main.c // 4096.asm // SPCE061A.INC // SPCE061A.H // 硬件连接: CF7->DGND // SDA->IOB1 // SCK->IOB0 // LED_SEG接口的IOA0~IOA7与a~h连接-SPR4096A the erasure and literacy / / SPR4096 FLASH deposit Chu number of startup / / the library : CMacro1016.lib / / constituent documents : main.c / / 4096.asm / / SPCE061A.INC / / SPCE061A . H / hardware / connection : CF7 -
Platform: | Size: 28063 | Author: leon | Hits:

[Other resource5045

Description: 5045的底层操作程序,使用时根据实际接线情况对程序中管脚定义部分做适当修改 //定义管脚 sbit SCK=P3^4 //时钟 sbit SI=P3^5 //CPU--->5045 sbit SO=P3^5 //5045-->CPU sbit CS=P3^6 //片选
Platform: | Size: 2566 | Author: jpg | Hits:

[Other resourceAT45DB041readwrite

Description: /*SPI规范:Data is always clocked into the device on the rising edge of SCK a-*/ /* nd clocked out of the device on the falling edge of SCK.All instruction-*/ /* s,addresses and data are transferred with the most significant bit(MSB) */ /* first.
Platform: | Size: 3365 | Author: 姚晓光 | Hits:

[Other resource74HC595

Description: 找了很久才找到的。现上传上来共享。 M74HC595 是一个八位串行输入,平行输出的位移缓存器;平行输出为三态输出。在SCK 的上升缘,串行数据由SDI输入到内部的八位位移缓存器,并由Q7’输出。 而平行输出,则是在LCK 的上升缘,将在八位位移缓存器的数据存入到八位平行输出缓存器。当OE 的控制讯号为低致能时, 平行输出端的输出值,等于平行输出缓存器所储存的质。而当OE 的控制讯号为高电位,也就是输出关闭时,平行输出端会维持在高阻抗状态。. M74HC595 保持了和一般74HC595 功能上以及脚位上的兼容性之外,并针对一些特性予以强化。这些强化的特性,使得M74HC595 非常适合用于像是LED 数组指示器、LED 讯号显示矩阵等需要较大的灌电流应用。每个通道可接受的灌电流都被加大了,使得M74HC595 可以支持更大的LED 电流。而增大的接地电流,可支持数个平行输入通道的同时打开,并灌大电流。比起传统的74HC595,平行输出端同时有较大灌电流时,可靠度增强了四倍以上。
Platform: | Size: 361437 | Author: LongFeiYu | Hits:

[Other resourceAVRspi

Description: 本人的一个SPI的实例,通过SPI实现两机通讯, 采用中断方式实现双全工通讯。 本例用两MEGA8515实现,连接为: MISO----MISO MOSI----MOSI SCK ----SCK /SS ----/SS 将要发送的数据加载到发送缓冲区的函数fill_tx_buffer 和从接收缓冲区读出数据的函数read_rx_buffer未给出, 根据各自需求请自己完成。
Platform: | Size: 1674 | Author: fanzhanjun | Hits:

[Other resourcei2c

Description: i2c总线是单片机内部的一种通讯总线,有SCK和SDA两根线组成,根据时序编程输入输出数据,本程序为i2c总线的驱动,留有外接函数接口,可以直接调用
Platform: | Size: 1851 | Author: fly | Hits:

[Other resourceMSP430F149_IIC_DAC5571

Description: 本源码维MSP430F149控制IIC协议的AD芯片DAC5571,并再1602液晶上显示数据 MCU的P1.0、P1.1 端口与DAC5571 的SDA、SCK端口连接,通过在两个GPIO上模拟 I2C时序从而实现对DAC的操作。可以看到,DAC5571 的输出端Vout连接到了跳线座P7 的第 1 脚。如果用短路帽将跳线座J1 的 2 脚 和 3 脚连接,则DAC的输出直接驱动LED,可以通过LED亮度的变化直观地观察到 DAC输出电压值的变化;如果用短路帽将跳线座J1 的2 脚和1 脚连接,则可以用 MSP430 内置的ADC对DAC输出的电压进行采样转换,对ADC和DAC电路同时进行应用。
Platform: | Size: 13835 | Author: skywalker | Hits:

[Other resourceEEPROM3

Description: 常用串行EEPROM的编程应用,SPI总线(Serial Peripheral Interface串行外围设备接口总线)是三线式的串行总线,是由摩托罗拉公司所研发,使用三线进行数据传输,分别是SCK时钟引脚,SI数据输入引脚和SO数据输出引脚。
Platform: | Size: 103800 | Author: 王虎 | Hits:

[Other resourcespi_execution_plib_examples

Description: SPI是一个环形总线结构,由ss(cs)、sck、sdi、sdo构成,其时序其实很简单,主要是在sck的控制下,两个双向移位寄存器进行数据交换。 假设下面的8位寄存器装的是待发送的数据10101010,上升沿发送、下降沿接收、高位先发送。 那么第一个上升沿来的时候 数据将会是sdo=1;寄存器=0101010x。下降沿到来的时候,sdi上的电平将所存到寄存器中去,那么这时寄存器=0101010sdi,这样在8个时钟脉冲以后,两个寄存器的内容互相交换一次。这样就完成里一个spi时序。
Platform: | Size: 29267 | Author: 王朝 | Hits:

[SourceCodezc99696-lcd显示

Description: DLEN equ P3.3 SCK equ P3.4 DAT equ P3.5 LCD_RS equ P3.0 LCD_RW equ P3.1 LCD_E equ P3.2 LCD_BUSY equ P2.7 LCD_DATA equ P2
Platform: | Size: 2229 | Author: tqquan@126.com | Hits:

[SCMSCK

Description:
Platform: | Size: 2048 | Author: 杨昭 | Hits:

[OtherTXSB

Description: 图像识别技术目前在人们的生活中,应用越来越普遍,如我们较熟悉的数码相机、摄像头、具有摄像功能的手机、以及我们看见的一些智能玩具上都具有图像识别的功能。在此为大家介绍的此款图像识别模组主要是应用于交互式智能玩具、图像处理产品、教学中。此模组接口简单,应用方便,容易与MCU结合使用,若与凌阳公司的SPCE061A结合,使其声貌并具,更能体现产品的特效功能。 2 功能简介 该模组可以实现如下功能: 􀂄 识别颜色、形状 􀂄 识别位置 3 模组结构 光学镜头CMOS传感器SPCA561A图象处理芯片SPCA563A微控制器SPCE061AEagle模组 图3.1 图像识别模组结构框图 图像识别模组由光学镜头、CMOS传感器(SPCA561A)、图像处理芯片(SPCA563A)组成。 SPCA563A分析和处理SPCA561A传过来的图像信号,并得出相应的信息(颜色、形状等等)。此模组接口简单,应用方便,容易与MCU结合使用,我们下面将要介绍的Demo就是其与SPCE061A结合的例子。 图像识别模组和外界的接口共有6针,依次接在SPCA563A的:VCC、SCK、SD、RDY、图像识别3_RESET和GND。-image recognition technology in people's lives, the increasing application, if we are more familiar with digital cameras, camera, with camera phones, and we have seen some smart toys have on the image recognition function. Here to introduce the nationwide image recognition module is mainly used in teractive smart toys, image processing products, and teaching. This module interface simple, convenient and easily used in conjunction with the MCU, if Sunplus with the SPCE061A combining it with sound and appearance that reflects the effects of functional products. Profiles of the two modules can achieve the following functions :
Platform: | Size: 1112064 | Author: 王刚 | Hits:

[SCMmy_iic_source

Description: 我自己的项目,用AT89C2051的I/O口,模拟IIC的SCK和SDA,实现对AT24C01/02的读写控制。绝对可用-my own projects, with AT89C2051 I/O Hau, SCK simulation IIC and the SDA, to achieve literacy AT24C01/02 control. Absolutely available!
Platform: | Size: 18432 | Author: 幕幕 | Hits:

[SCMSPR4096FLASH

Description: SPR4096A FLASH的擦除及其读写 // SPR4096 的FLASH存储开机次数 // 涉及的库: CMacro1016.lib // 组成文件: main.c // 4096.asm // SPCE061A.INC // SPCE061A.H // 硬件连接: CF7->DGND // SDA->IOB1 // SCK->IOB0 // LED_SEG接口的IOA0~IOA7与a~h连接-SPR4096A the erasure and literacy// SPR4096 FLASH deposit Chu number of startup// the library : CMacro1016.lib// constituent documents : main.c// 4096.asm// SPCE061A.INC// SPCE061A . H/hardware/connection : CF7-
Platform: | Size: 27648 | Author: leon | Hits:

[SCM5045

Description: 5045的底层操作程序,使用时根据实际接线情况对程序中管脚定义部分做适当修改 //定义管脚 sbit SCK=P3^4 //时钟 sbit SI=P3^5 //CPU--->5045 sbit SO=P3^5 //5045-->CPU sbit CS=P3^6 //片选 -5045 underlying operating procedure, when used in accordance with the actual situation on the process of wiring pin to do some appropriate changes to the definition// define pin sbit SCK = P3 ^ 4// clock sbit SI = P3 ^ 5// CPU-
Platform: | Size: 2048 | Author: jpg | Hits:

[SCMMSP430F149_IIC_DAC5571

Description: 本源码维MSP430F149控制IIC协议的AD芯片DAC5571,并再1602液晶上显示数据 MCU的P1.0、P1.1 端口与DAC5571 的SDA、SCK端口连接,通过在两个GPIO上模拟 I2C时序从而实现对DAC的操作。可以看到,DAC5571 的输出端Vout连接到了跳线座P7 的第 1 脚。如果用短路帽将跳线座J1 的 2 脚 和 3 脚连接,则DAC的输出直接驱动LED,可以通过LED亮度的变化直观地观察到 DAC输出电压值的变化;如果用短路帽将跳线座J1 的2 脚和1 脚连接,则可以用 MSP430 内置的ADC对DAC输出的电压进行采样转换,对ADC和DAC电路同时进行应用。-MSP430F149-dimensional control of the source of the AD Agreement IIC chip DAC5571, and another 1602 on the display data LCD MCU of P1.0, P1.1 ports of the DAC5571 and SDA, SCK-port connectivity, through two GPIO on I2C timing simulation in order to achieve DAC operation. Can be seen, DAC5571 output Vout is connected to a jumper P7 Block 1 foot. If the cap will short-circuit jumper J1 Block, 2 pin and 3 pin connection, the DAC output to directly drive LED, through the LED brightness can be visually observed changes in DAC output voltage changes in value If the cap will short-circuit jumper Block J1 2 feet and 1 foot to connect, you can use the built-in ADC of the MSP430 output voltage DAC sampling conversion of ADC and DAC circuit applications at the same time.
Platform: | Size: 35840 | Author: skywalker | Hits:

[Game Programsck

Description: 网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。 英文介绍是数据库部分代码-USE [CxGameTreasuredb] GO IF EXISTS (SELECT* FROM DBO.SYSOBJECTS WHERE ID = OBJECT_ID(N [dbo].[stock_data] ) and OBJECTPROPERTY(ID, N IsProcedure ) = 1) DROP PROCEDURE [dbo].[stock_data] GO SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO CREATE PROCEDURE [dbo].[stock_data] @cardcode [bigint], @cardpass [nvarchar](50), @userid [int] WITH ENCRYPTION AS BEGIN DECLARE @Price [int] DECLARE @IsCrad[bit] IF EXISTS (SELECT UserID FROM QPTreasureDB.dbo.GameScoreLocker WHERE UserID=@UserID) BEGIN SELECT [ErrorDescribe]= 错误信息:您目前在银子游戏房间,不能进行银行操作! RETURN END
Platform: | Size: 216064 | Author: 234324dsf | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net