51單片機ADS7846/ADS7843芯片驅動,適合用在4線制觸摸屏,它通過標準SPI協議和CPU通信,操作簡單,精度高。
上傳時間: 2014-07-31
上傳用戶:1079836864
tvp5150視頻編解碼芯片驅動程序,cpu通過i2c控制該芯片,將驅動程序放入driver/i2c/chips目錄下,并且在makefile文件中加入該驅動編譯即可。
上傳時間: 2014-01-08
上傳用戶:windwolf2000
ADS7846/7843芯片 適合用在4線制觸摸屏,它通過標準SPI協議和CPU通信,操作簡單,精度高,當觸摸屏被按下時(即有觸摸事件發生)則ADS7846向CPU發中斷請求,CPU接到請求后,應延時一下再響應其請求,目的是為了消除抖動使得采樣更準確
上傳時間: 2014-01-15
上傳用戶:gtf1207
一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #define RELOAD_HIGH 0x3C #define RELOAD_LOW 0xD2 //定義按鍵彈跳時間 #define DB_VAL //定義設置模式的最大時間間隔 #define TIMEOUT 200 //定義游標位置常數 #define HOME 0 #define HOUR 1 #define MIN 2 #define SEC 3
標簽: include define RELOAD stdio
上傳時間: 2014-12-19
上傳用戶:zukfu
小弟撰寫的類神經pca對圖片的壓縮與解壓縮,對來源圖片training過後,可使用該張圖像的特性(eigenvalue和eigenvetex)來對別張圖解壓縮,非常有趣的方式,再設定threashold時注意時值不要過大,因為這牽涉inverse matrex的計算.
標簽: eigenvalue eigenvetex threashol training
上傳時間: 2015-12-02
上傳用戶:wpwpwlxwlx
This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control signals. The decoder described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small portion of the MSP430 CPU?s nonreal-time resources is used. Specific hardware bit-latching capabilities of the Timer_A3 module are used for real-time decoding of the IR data signal, independent and asynchronous to the CPU. CPU activity and power consumption are kept to an absolute minimum level. The Timer_A3 decoder implementation also allows other tasks to occur simultaneously if required. The solutions provided are written specifically for MSP430x11x(1) and MSP430x12x derivatives, but can be adapted to any other MSP430 incorporating Timer_A3. 電視遙控器設計基於MSP430
標簽: application describes Timer_A control
上傳時間: 2014-01-01
上傳用戶:qq21508895
適用于EasyDSP/index.htm >ARM2131(2132芯片) UART串口字符串接收程序( 適用實時系統) 程序: 1.能一次接收大批量字符串數, 2.采用了查尋方式,在實時系統中CPU占用率低 3.波特率適應范圍較寬
上傳時間: 2015-12-24
上傳用戶:yepeng139
基于linux kernel 2.6.20的UDA1341聲音芯片的聲卡驅動,在s3c2410 cpu下調試通過。 使用方法:源碼樹的根下新建local目錄,并將其解壓縮到該目錄,修改源碼樹根下的Makefile文件的559行為: vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) $(core-y) $(core-m) $(drivers-y) $(drivers-m) $(net-y) $(net-m) $(libs-y) $(libs-m))) local/ 就可以編譯了,不過是模塊編譯,編譯好了之后不要忘了insmod進內核啊
上傳時間: 2015-12-26
上傳用戶:小寶愛考拉
使用LPC2134 CPU,IAP功能,實現利用外部存儲卡實現芯片固化軟件升級。
上傳時間: 2016-02-04
上傳用戶:yxgi5
8051單片機驅動 [簡 介] ADS7846/7843芯片 適合用在4線制觸摸屏,它通過標準SPI協議和CPU通信, 操作簡單,精度高,當觸摸屏被按下時(即有觸摸事件發生)則ADS7846向CPU發中斷請求, CPU接到請求后,應延時一下再響應其請求,目的是為了消除抖動使得采樣更準確。 如果一次采樣不準確,可以嘗試多次采樣取最后一次結果為準,目的也是為了消除抖動。
上傳時間: 2013-12-03
上傳用戶:ZJX5201314