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

SDK Example Code Structure

In all the SDK examples all the source is in main.c. Is there a good reason for keeping everything including timer initialization, UART config, BLE setup, etc all in one file instead of separating them out into a more logical structure, or is it just because they are small/basic applications?

Related