8 lines
92 B
C
8 lines
92 B
C
#ifndef _DO_BOARD_HH
|
|
#define _DO_BOARD_HH
|
|
|
|
void MX_Dout_Push (int index, int pwm);
|
|
|
|
#endif
|
|
|