Thông báo

Collapse
No announcement yet.

Sao khong duoc ????

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

  • Sao khong duoc ????

    #include <m8c.h> // part specific constants and macros
    #include "PSoCAPI.h" // PSoC API definitions for all User Modules


    void main()
    {
    BYTE data;
    M8C_EnableGInt;
    DELSIG8_1_Start(3);
    DELSIG8_1_StartAD();
    PWM8_1_DisableInt ;
    PWM8_1_Start();
    while(1)
    {
    if(DELSIG8_1_fIsDataAvailable()==0)
    {
    data= DELSIG8_1_cGetData()-128;
    DELSIG8_1_ClearFlag();
    PWM8_1_WritePulseWidth(data);
    }
    }
    }

  • #2
    tren la code ,trong phan cung Em da dat chu ky cho PWM roi
    Em kiem tra ADC khong thay lay mau duoc ?

    Comment


    • #3
      thay đoạn code:

      while(1)
      {
      if(DELSIG8_1_fIsDataAvailable())

      {
      data= DELSIG8_1_cGetData()-128;
      DELSIG8_1_ClearFlag();
      PWM8_1_WritePulseWidth(data);
      }
      }
      CUNG CẤP PSOC, MẠCH NẠP
      CHUYỂN ĐỔI USB <-> RS485 AutoBaud
      RS232 <-> RS485 MultiBaud
      MẠCH NẠP USBPPI S7-200
      Mobile: 0906076116
      Email:

      Comment

      Về tác giả

      Collapse

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

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

      Collapse

      Đang tải...
      X