tao xung vuong tai chan rbo

Màu nền
Font chữ
Font size
Chiều cao dòng

/* tao xung vuong tai chan rbo*/

#include "16f877a.h"

#include "def_877a.h"

#use delay(clock=4mhz)

void main()

{

trisb=0;

portb=0xff;

while(true)

{

output_high(pin_b0);

delay_ms(50);

output_low(pin_b0);

delay_ms(50);

}

}

Bạn đang đọc truyện trên: Truyen2U.Pro