Ðề tài: Giúp về Pic 12f629
View Single Post
Old 23-03-2011, 02:05 PM   #2
boylikerock197
Đệ tử 1 túi
 
Tham gia ngày: May 2009
Bài gửi: 12
:
Em cấu hình để pic dùng dao động nội như sau thì có đúng chưa, nhờ các bác giúp đỡ

#include <12F629.h>

#FUSES NOWDT //No Watch Dog Timer
#FUSES INTRC_IO //Internal RC Osc, no CLKOUT
#FUSES NOCPD //No EE protection
#FUSES NOPROTECT //Code not protected from reading
#FUSES MCLR //Master Clear pin enabled
#FUSES NOPUT //No Power Up Timer
#FUSES BROWNOUT //Reset when brownout detected
#FUSES BANDGAP_HIGH
#FUSES RESERVED //Used to set the reserved FUSE bits

#use delay(clock=4000000)

void main()
{

}
boylikerock197 vẫn chưa có mặt trong diễn đàn   Trả Lời Với Trích Dẫn