7710f098ec
dev_mode_set_cpg10_electrodes dev_mode_gpio_function
18 lines
291 B
C
18 lines
291 B
C
#ifndef __CPG10_DEV_MODE_H__
|
|
#define __CPG10_DEV_MODE_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
#include "elite_board.h"
|
|
|
|
void dev_mode_set_cpg10_electrodes(uint8_t *ins);
|
|
void dev_mode_gpio_function(uint8_t *ins);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* ! __CPG10_DEV_MODE_H__ */ |