add files for main modules
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
j3d1 2021-07-02 18:45:29 +02:00
parent e4df1cb176
commit 26211ea9ed
11 changed files with 113 additions and 1 deletions

16
firmware/lux.h Normal file
View 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