⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 uPSD Device Driver Files
💻 TXT
字号:
uPSD Device Driver Files (August 2002)

The files in this directory are designed to be examples
of device drivers for the various IP's that are part of the
uPSD3200 product family.

For the source ".C" files, there is a coresponding header file ".h"
that lists the functions prototypes and key definitions.
The header file also specifies how to use the function calls.

To use the code, add the desired device driver ".C" file to
your project (or make facility) and include the
coresponding ".h" file in your code.  The header file
should cause the source file to be included (compiled
and linked) into your project.

Files included in this directory:

uPSD_ADC.C - Analog to Digital Converter
uPSD_ADC.h
uPSD_PWM.C - Pulse Width Modulator
uPSD_PWM.h
uPSD_I2C.C - I2C Bus
uPSD_I2C.h
uPSD_UART.C - Serial I/O (UART)
uPSD_UART.h
uPSD_TIMER.C - Timer 0 time base
uPSD_TIMER.h
uPSD_FLASH.C - Flash I/O routines
uPSD_FLASH.H
LCD_IO.C  - DK3200 LCD I/O routines
LCD_IO.h
ISD_U1.obj - Keil ISD Debugger for uart1 (object only)
ISD_U1.h
Staru32.a51 - Startup routine (reset vector)
uPSD_Hardware.h - Hardware specific definitions
uPSD3200.h - 8032 SFR and PSD definitions

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -