Bài 4: giao tiếp IC ghi dịch 74HC595
IC 74hc595 giúp mở rộng chân cho VĐK, thường được dùng để quét led 7 thanh, led matrix, sau đây là code tham khảo sử dụng ic 74hc595 để quét led 7 thanh catot chung: #include <p33fj32mc202.h> // Select Internal FRC at POR _FOSCSEL(FNOSC_FRC); //su dung tan so noi 7.37MHz // Enable Clock Switching and Configure _FOSC(FCKSM_CSECMD & OSCIOFNC_OFF); #define clk _LATB0 #define din _LATB1 #define lat _LATB2 // khai bao chan xuat cho ic 74hc595 #define led1 _LATB3 #define led2 _LATB4 #define led3 _LATB5 #define led4 _LATB6 // khai báo chan dk led unsigned char count_led = 0; char number[10] = {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90}; // ma led cattoth chung char led[4]; unsigned char i,Q; void display(); //void readADC(); void __attribute__((__interrupt__, no_auto_psv)) _T1Interrupt(void) // ngat timer1 { /* Interrupt S...