YHPID.h 184 B

1234567891011121314
  1. #ifndef _YHPID_H_
  2. #define _YHPID_H_
  3. #include "main.h"
  4. void Send_PID_To_PC(uint8_t channel, float P, float I, float D);
  5. void Send_DATA_To_PC(uint8_t channel, float data);
  6. #endif