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

SDK 5.1 Documentation

Hello,

I'm working on the nrf51822 with s110 stack and 5.1 SDK. Wy functions are not described in the documentation but just enums and data types ? I'm looking for informations about some functions but i found them only in older docs...were some of them are deprecated... or directly in SDK files (not easy for beginner) Here 5.1 examples function i'm looking for informations: ble_gatts_characteristics_add() ble_gatts_service_add() nrf_gpio_cfg_input() includes ...

...

  • All softdevice API functions are documented under API reference in the SDK documentation, available online here.

    Specifically, the functions you ask about are linked below:

    In general, documentation on the different methods are available in the corresponding header file (for example nrf_gpio.h), so you can also just look at that instead of the generated output linked above.

  • No problem, but I'd appreciate it if you could accept my answer instead of posting a thank-you-reply, so that this question gets cleared up! :)