1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- #ifndef NRFX_TWI_TWIM_H
- #define NRFX_TWI_TWIM_H
- #include <nrfx.h>
- #ifdef __cplusplus
- extern "C" {
- #endif
- nrfx_err_t nrfx_twi_twim_bus_recover(uint32_t scl_pin, uint32_t sda_pin);
- #ifdef __cplusplus
- }
- #endif
- #endif
|