yf2825_comm.h 241 B

1234567891011
  1. #ifndef __YF2825_COMM_H__
  2. #define __YF2825_COMM_H__
  3. int yf2825_comm_init(int idx);
  4. int yf2825_comm_reset(int idx);
  5. void yf2825_comm_dac( int idx );
  6. int yf2825_set_dev_start( int idx,int startIdx);
  7. int yf2825_set_dev_stop( int idx);
  8. #endif