nrf_74HC4052.h 297 B

12345678910111213141516171819202122
  1. #ifndef NRF_74HC4052_H__
  2. #define NRF_74HC4052_H__
  3. #include <stdint.h>
  4. #include <stdbool.h>
  5. #include "define.h"
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. void nrf_74hc4052_gpio_init(void);
  10. bool nrf_74hc4052_set(uint8_t channel);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif // NRF_74HC4052_H__
  15. /** @} */