-
AT mega88 A/D转换的实现 采用的是外部中断进行控制A/D转换
AT mega88 A/D转换的实现 采用的是外部中断进行控制A/D转换-AT mega88 A/D conversion is achieved using an external interrupt to control A/D conversion
- 2022-07-06 15:20:30下载
- 积分:1
-
stc公司不错的单片机,适合小型应用,赶快下吧,
stc公司不错的单片机,适合小型应用,赶快下吧,-STC company Singlechip good for small applications, as soon as possible under the bar,
- 2022-08-19 14:13:36下载
- 积分:1
-
lpc单片机串行通信程序
lpc单片机串行通信程序-lpc Serial Communication Program
- 2022-12-25 11:45:03下载
- 积分:1
-
ARM的计数器中断实验。是基于Keil For Arm的。
ARM的计数器中断实验。是基于Keil For Arm的。-ARM interrupt counter experiments. Is based on the Keil For Arm.
- 2022-02-04 05:36:24下载
- 积分:1
-
ARMlpc2300技术笔记上册例程I2C操作ZLG7290
ARMlpc2300技术笔记上册例程I2C操作ZLG7290-Technical Notes on ARMlpc2300 List I2C routine operation ZLG7290
- 2022-03-18 09:52:41下载
- 积分:1
-
电子秒表的设计 1、用系统8253定时器提供的55ms定时单位,设计秒表定时程序。 2、有关系统定时方法: PC机系统中的8253定时器0工作于方式3,外部提供...
电子秒表的设计 1、用系统8253定时器提供的55ms定时单位,设计秒表定时程序。 2、有关系统定时方法: PC机系统中的8253定时器0工作于方式3,外部提供一个时钟作为CLK信号, 频率:f=1.1931816MHz。 定时器0输出方波的频率:fout=1.1931816/65536=18.2Hz。 输出方波的周期Tout=1/18.2=54.945ms。8253A每隔55ms引起一次中断-Electronic stopwatch design one, using the system timer 8253 provides 55ms timing units, design stopwatch timing procedures. 2, the system timing method: PC system timer 0 of 8253 working in the way of 3, to provide an external clock as the CLK signal, the frequency: f = 1.1931816MHz. Timer 0 output square wave frequency: fout = 1.1931816/65536 = 18.2Hz. Cycle square wave output Tout = 1/18.2 = 54.945ms. 8253A every 55ms caused a disruption
- 2022-12-13 01:30:02下载
- 积分:1
-
ATmega162单片机用于控制1602LCD液晶显示的C语言源代码,…
是用ATmega162单片机控制1602LCD液晶显示的C语言源代码,包括了显示一个字符或一个字符串的功能-ATmega162 microcontroller is used to control 1602LCD LCD C language source code, including a show or a character string function
- 2022-02-04 23:23:05下载
- 积分:1
-
异步电动机矢量无速度传感器仿真模型,一起研究.
异步电动机矢量无速度传感器仿真模型,一起研究.-Induction motor speed sensorless vector simulation model to study together.
- 2022-02-02 10:13:42下载
- 积分:1
-
12864 c
12864的c语言驱动,用KeilC51写的
DS18B20的源程序,可进行温度采集.-12864 c-driven language, written with KeilC51 DS18B20 source, the temperature can be collected.
- 2022-03-01 08:16:35下载
- 积分:1
-
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpo...
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。
usb端点数据的读操作是由底层函数自动完成的(相关函数为unsigned char D12_ReadEndpoint(unsigned char endp, unsigned char len, unsigned char * buf); 相应端点为2和4),所读到的数据存于GenEpBuf[](普通端点)、MainEpBuf[]或EpBuf[](主端点)中,用户可以直接读取使用。-Usb port communication which has been used as a module, the user can use the following function on the usb port can easily read and write:
unsigned char D12_WriteEndpoint (unsigned char endp, unsigned char len, unsigned char* buf) This is the endpoint usb output function, endp is to communicate the endpoint, the value for 3 (common endpoint, the first transmission maximum 16byte) or 5 ( the main endpoint, the first transmission maximum 64byte) len Length of output data for the first time * buf location for data.
usb endpoint data is read
- 2023-06-14 23:15:04下载
- 积分:1