03f09066d1
update electrodes1~4 process
22 lines
328 B
C
22 lines
328 B
C
#ifndef __TW1508_H__
|
|
#define __TW1508_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
#include "app_config.h"
|
|
#include "elite_board.h"
|
|
|
|
#if (DEF_TW1508_ENABLED)
|
|
void tw1508_set(uint16_t out_0, uint16_t out_1);
|
|
void tw1508_init(void);
|
|
#endif /* ! DEF_TW1508_ENABLED */
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* ! __CPG_H__ */
|