搜索资源列表
ad
- 使用实验板上PORTD上的八个LED 表示数据采集输入端的电压值,电压值越大,显示的LED数越多,且按顺序递增.-Experimental use of the eight on-board LED on PORTD said data acquisition input voltage value, the greater the voltage, the LED display a few more, and increase sequentially.
adctoportd
- READ ABOUT ADC0 CHANNEL IN PIC18F452 AND WRITE DE RESULT IN PORTD
CH451
- 很强的ch4541汇编语言!CH451驱动数码管程序 //端口初始化 void port_init(void) { PORTA = 0x00 DDRA = 0x00 PORTB = 0x07 DDRB = 0x07 PORTC = 0x00 DDRC = 0x00 PORTD = 0x00 DDRD = 0x00 } //主函数 void main(void) { port_init()
3
- 用于令与PORTD口相连的8个发光二极管前4个点亮,后4个熄灭。在调试程序前,应使与PORTD口相连的8位拔码开关拔向相应的位置。-I used to make and PORTD LEDs connected to the eight first 4 lights out after 4. In the debugging process, should make PORTD I connected with the 8-bit code switch pulled to pull the c
key_led
- PIC16F74 矩阵键盘与数码管显示汇编程序,PORTB为数码管输出,PORTD为矩阵键盘输入-PIC16F74 matrix keyboard and digital display assembler, PORTB as digital output, PORTD matrix keyboard input
PIC16F877-DHT11
- 采用Microchip公司的PIC16F877,涉及PORTA、PORTC、PORTD、PORTE用作普通数字I/O脚。用单片机PORTC接收来自温湿度传感器DHT11检测到的温湿度信息,并在LCD1602液晶显示屏上进行温湿度显示。再通过PORTA输出高电平控制无线发射芯片FSK2A发送无线信号-Using Microchip s PIC16F877, involving PORTA, PORTC, PORTD, PORTE used as general digital I/O pins.
TOP-1500
- 控制程序#include <MEGA8.h> #include TWI.H #define uchar unsigned char #define uint unsigned int #define M62429VolClk PORTC.2 #define M62429Data PORTC.3 #define bp PORTC.1 #define up PORTB.0 #define down PORTD.7 #define power PO
