R PULLUPภายในPORTBของ18F4550ในMPLAB X IDE
11/6/2558 SONGCHAI PRAPATRUNGSEE
R PULLUPภายในPORTBของ18F4550ในMPLAB X IDE
#include "P18F4550.h"
#pragma config PBADEN = OFF // PORTB A/D Enable bit (PORTB<4:0> pins are configured as digital I/O on Reset)
void main(void) {
TRISB = 255;
RBPU=0;
while (1) {
PORTB = 0xFF;
}
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น