firmware  v0.1.2
Chromation Spectrometer Dev-Kit
Functions
Example.c File Reference

Example of an ''application lib'' source file. More...

#include "Example.h"

Go to the source code of this file.

Functions

void example_function (void)
 
void example_inline_function (void)
 

Detailed Description

Example of an ''application lib'' source file.


Shows how to move application source code to another file in the same folder for keeping the application file clean and making the moved code testable.

Definition in file Example.c.