add files for main modules
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e4df1cb176
commit
26211ea9ed
11 changed files with 113 additions and 1 deletions
16
firmware/lux.h
Normal file
16
firmware/lux.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
//
|
||||
// Created by jedi on 25.06.21.
|
||||
//
|
||||
|
||||
#ifndef FIRMWARE_LUX_H
|
||||
#define FIRMWARE_LUX_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif //FIRMWARE_LUX_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue