Mình lập trình khai báo unsigned char g=1,i,j; trong code mà dịch ra cứ báo lỗi, mà code ngắn củn, đang làm LED ma trix dịch chữ chạy lên !
LED_EFFECT.C(96): error C141: syntax error near 'int'
LED_EFFECT.C(96): error C202: 'g': undefined identifier
LED_EFFECT.C(97): error C202: 'j': undefined identifier
LED_EFFECT.C(99): error C202: 'i': undefined identifier
LED_EFFECT.C(101): error C202: 'i': undefined identifier
LED_EFFECT.C(96): error C141: syntax error near 'int'
LED_EFFECT.C(96): error C202: 'g': undefined identifier
LED_EFFECT.C(97): error C202: 'j': undefined identifier
LED_EFFECT.C(99): error C202: 'i': undefined identifier
LED_EFFECT.C(101): error C202: 'i': undefined identifier
Comment