Thông báo

Collapse
No announcement yet.

Các bạn giúp dùm mình chương trình này

Collapse
X
 
  • Lọc
  • Giờ
  • Show
Clear All
new posts

  • #16
    Sao không có ai giúp vậy ta

    Comment


    • #17
      các bác cho em hỏi chương trình e viết như thế này sao lại bị lỗi vậy


      #include <16F877a.h>

      #fuses hs, nowdt, put, nolvp, brownout
      #use delay(clock=20000000)
      #use fast_io(b)
      #use fast_io(d)
      int32 a,bien;
      int8 i,dv,chuc;
      const unsigned char maledAnot[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x9 0};
      void giaima()
      {
      chuc=a/10;
      dv=a%10;
      }
      void hienthi()
      {
      i=0;
      while(i<200)

      {
      portb=maledAnot[dv];
      portd=0xfe;
      delay_us(100);
      portb=0xff;


      portb=maledAnot[chuc];
      portd=0xfd;
      delay_us(100);
      portb=0xff;

      i++;
      }
      }
      void main()
      {
      set_tris_b(0x00);//chon port b lam port dau ra
      set_tris_d(0x00);//chon port b lam port dau ra

      bien=0;

      while(1)
      {

      bien=bien+1;
      if(bien==100)
      {
      bien=0;
      }
      a=bien;
      giaima();
      hienthi();

      }

      }

      máy báo là có 6 error

      Comment

      Về tác giả

      Collapse

      tld007 Tìm hiểu thêm về tld007

      Bài viết mới nhất

      Collapse

      Đang tải...
      X