nrf_TS5A23159.h 370 B

123456789101112131415161718192021222324252627
  1. #ifndef NRF_TS5A23159_H__
  2. #define NRF_TS5A23159_H__
  3. #include <stdint.h>
  4. #include <stdbool.h>
  5. #include "boards.h"
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. typedef enum{
  10. TS5A23159_NC,
  11. TS5A23159_NO
  12. }TS5A23159_COM;
  13. void nrf_Ts5a23159_gpio_init(void);
  14. bool nrf_Ts5a23159_set(TS5A23159_COM channel);
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18. #endif // NRF_TS5A23159_H__
  19. /** @} */