自己設計的pic單片機開發板源程序和說明書(內有原理圖)支持pic16系列28腳和40腳器件。串口輸出信息。4個LED數碼管驅動;4個LED驅動;4個按鍵驅動;1個RS232接口;1個RS485接口;板載IIC存儲器24C02驅動,;實時時鐘;1Wire溫度傳感器;4通道功率輸出驅動;2個繼電器驅動;1個蜂鳴器; 2個通道AD轉換(使用1個); 紅外收發(保留); 擴展I/O接口; 按鍵復位電路; 板載ICSP接口。通過ICD2可在線編程,調試;復用IO均采用撥動開關控制。
上傳時間: 2016-08-26
上傳用戶:wang0123456789
S08例程:本程序是I/O模塊的例程,所用資源為單片機通用IO接口,所接器件為LED燈, 其中D2與PTA0,D3與PTA1相連接!
上傳時間: 2013-12-27
上傳用戶:zhoujunzhen
pic控制的led燈的循環點亮模式,八個LED,高電平點亮,可用于I/O口及其它信號狀態的觀測。
上傳時間: 2016-10-13
上傳用戶:txfyddz
pic單片機c口的控制 單片機相應的I/O口設置為輸出口,輸出高電平時LED點亮,反之,LED不亮。利用軟件延時的辦法實現05S延時,實現LED流水燈的效果。
上傳時間: 2016-10-13
上傳用戶:tianyi223
Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift range is 0 to 15. 6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it shifts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shifts with sign extension. However, the input data is an unsigned number if the signal SIGN is low. 8. You can only use following gates in Table I and need to include the delay information (Tplh, Tphl) in your design.
上傳時間: 2013-12-13
上傳用戶:himbly
Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift range is 0 to 15. 6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it shifts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shifts with sign extension. However, the input data is an unsigned number if the signal SIGN is low. 8. You can only use following gates in Table I and need to include the delay information (Tplh, Tphl) in your design.
上傳時間: 2014-01-20
上傳用戶:三人用菜
LED的顯示功能,以及步進電機的驅動程序,打開程序后見程序中的I/O的備注就可以,只作為參考
標簽: LED
上傳時間: 2013-11-29
上傳用戶:ghostparker
程序是根據vidcat改的,只能抓PPM的圖. makefile的內容如下,請注意打小寫: cc=gcc #cflags=-i/firendly-arm/kernel/include -i/usr/local/arm/2.95.3/arm-linux/include -wall -dhave_libjpeg #-dvideo_dev=\"/dev/v4l/video0\" -dversion=\"0.7.2\" cflags=-wall -dvideo_dev=\"/dev/video0\" -dversion=\"0.7.2\" camsnap: camsnap.c 用法如下: camsnap -v -s 420x420 -o my.ppm 這兒請注意:s 的大小必需是8能整除的倍數. 這個程序我是在rh9下作的,需要交叉編譯的朋友就把注釋去掉,再給下面的注釋就可以了.
標簽: firendly-arm makefile include vidcat
上傳時間: 2016-11-20
上傳用戶:清風冷雨
包含三個CC2430的I/O測試程序。程序基于IAR軟件編寫,用來控制片上LED的開關及閃爍。通過適當修改同樣可以用于CC1110的開發,估計對開發無線傳感器網絡的相關人士比較重要。
上傳時間: 2014-08-30
上傳用戶:hasan2015
CC2430 基礎實驗一自動閃爍 本次實驗的目的是讓用戶學會使用 CC2430 的I/0 來控制外設,本例以LED 燈為外設,用 CC2430 控制簡單外設時,應將I/O 設置為輸出。實驗現象是綠色LED 閃爍。
上傳時間: 2014-01-19
上傳用戶:ggwz258