This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using documentation to write C code

I have never seen documentation this opaque. How on earth am I supposed to use this documentation to write C code? I can't find any macros, static variables, nothing to get started. The code examples in the PWM appear as if by magic.

https://infocenter.nordicsemi.com/topic/ps_nrf52840/gpio.html?cp=4_0_0_5_8

https://infocenter.nordicsemi.com/topic/ps_nrf52840/pwm.html?cp=4_0_0_5_16

This is extremely frustrating.

Related