Hi,
could you please explain me what nrf52840_peripherals library (located in nrfx folder) is actually doing and what do the numbers next to the definitions mean ?
I see for example the following
/* Two Wire Interface Master with DMA */ #define TWIM_PRESENT #define TWIM_COUNT 2
What does number two mean, next to the TWIM_COUNT?
Also what is the meaning of COUNT?
Thank you