-
touchsceen_test
├─ main.c C语言主源文件
├─ AscII6x8.c Ascii字符6x8点阵显示格式数据
├─...
touchsceen_test
├─ main.c C语言主源文件
├─ AscII6x8.c Ascii字符6x8点阵显示格式数据
├─ lcd.c LCD显示函数源文件
├─ lcd.h LCD定义头文件
├─ Call_int.s 中断处理文件
├─ tp.c 触摸屏控制函数源文件
└─ tp.h 触摸屏控制定义头文件-touchsceen_test East main.c C-language source East Main-AscII6x8.c Ascii character dot matrix display delivers data format and technology-lcd.c LCD display function source East-definition LCD lcd.h headers East-Call_int.s interrupt handling documents and technology-tp.c Touchscreen control function-source supply tp.h Touchscreen Control definition files
- 2023-03-18 10:45:03下载
- 积分:1
-
飞凌6410安卓系统测试代码
在开发板成功移植安卓系统的基础上 ,进行的app开发,用于测试开发板上的代表性元件,LED的亮灭,花样闪烁。动态改变蜂鸣器的震动频率从而得到不同的音效。以及AD/DA的转换,最后还有温度传感器的测试用于显示当前的温度。
- 2022-02-26 22:58:15下载
- 积分:1
-
这个一个与具体设备无关的特殊设备的驱动程序,实际中,还可以涉及到很多内容,如ioctl、I/O端口等,此方面,我进在研究学习中!...
这个一个与具体设备无关的特殊设备的驱动程序,实际中,还可以涉及到很多内容,如ioctl、I/O端口等,此方面,我进在研究学习中!-This has nothing to do with a special device-specific device driver, in practice, but also involves a lot of content, such as the ioctl, I/O ports and so on, this connection, I entered in the study of learning!
- 2022-02-24 09:35:41下载
- 积分:1
-
usb51s_v0.4源代码
usb51s_v0.4源代码-usb51s_v0.4 source code
- 2022-06-17 03:25:10下载
- 积分:1
-
CML公司的DE9901开发板
应用背景The CMX990 provides, on-chip: a flexible, formattable GMSK packet and freeformat modem, a dual synthesiser fed from an external source, IF and RF transceiver stages for both Rx and Tx modes, and auxiliary ADCs and DACs for system control and monitoring.关键技术Operating in the range of 400MHz to 1GHz at data rates of 4 to 16 kbps.
This single-chip, half-duplex device requires a minimum of external components, keeping end-product board size, power consumption and cost to an absolute minimum.
The versatile GMSK modem is configured for either packet and freeformat data operation via an efficient task-oriented Rx and Tx format and command structure combined with data scrambling, interleaving and FEC and CRC capabilities.
Rx data acquisition, extraction and tracking functions use Rx data-quality feedback to support varying signal environments. IF and RF functions in the Tx path handle all the signal processing requi
- 2022-02-04 17:09:35下载
- 积分:1
-
单片机串口与CAN互转程序
单片机串口与CAN互转程序
LPC11C24单片机将接收到的串口数据转发到CAN
LPC11C24单片机将接收到的CAN数据转发到串口
- 2022-02-25 10:13:43下载
- 积分:1
-
X5045的读写程序
X5045的读写程序--Read/write program for X5045.
- 2022-01-26 08:35:07下载
- 积分:1
-
泰文 128 的液晶 karakter
# include//使用ATmega 128# include# include# include# include /头的液晶显示器无符号char a;字符数据[ 33 ];void main(void){while(1){液晶_ gotoxy(0,0);液晶显示器(“阿利”_ putsf)液晶_ gotoxy(0.1);(a),数据(国际);液晶_把(数据);};}
- 2022-04-18 06:27:10下载
- 积分:1
-
hspice电路模拟软件的使用文档
hspice电路模拟软件的使用文档-HSPICE circuit simulation software documentation
- 2022-01-27 14:22:08下载
- 积分:1
-
目前国内有关数字信号处理的教材在讲解快速傅里叶变换(FFT)时,都是以复数FFT为重点,实数FFT算法都是一笔带过,书中给出的具体实现程序多为BASIC或FOR...
目前国内有关数字信号处理的教材在讲解快速傅里叶变换(FFT)时,都是以复数FFT为重点,实数FFT算法都是一笔带过,书中给出的具体实现程序多为BASIC或FORTRAN程序并且多数不能真正运行。鉴于目前在许多嵌入式系统中要用到FFT运算,如以DSP为核心的交流采样系统、频谱分析、相关分析等。本人结合自己的实际开发经验,研究了实数的FFT算法并给出具体的C语言函数,读者可以直接应用于自己的系统中。--I implemented FFT algorithm in real number and provides a C function. Users could use it directly in their systems.
- 2022-01-26 01:17:49下载
- 积分:1