firmware  v0.1.2
Chromation Spectrometer Dev-Kit
Example.h
1 #ifndef _EXAMPLE_H
2 #define _EXAMPLE_H
3 
4 void example_function(void);
5 inline void example_inline_function(void){}
6 
7 #endif // _EXAMPLE_H
8