begin work on wrapper
This commit is contained in:
parent
5a49a37e69
commit
5c3f2991c7
6
control/src/wrapper/b15f.cpp
Normal file
6
control/src/wrapper/b15f.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "b15f.h"
|
||||
#include "../drv/b15f.h"
|
||||
|
||||
b15f_t* get_instance(void) {
|
||||
|
||||
}
|
9
control/src/wrapper/b15f.h
Normal file
9
control/src/wrapper/b15f.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef _B15F_H_
|
||||
#define _B15F_H_
|
||||
|
||||
struct b15f;
|
||||
typedef struct b15f b15f_t;
|
||||
|
||||
b15f_t* get_instance(void);
|
||||
|
||||
#endif // _B15F_H_
|
Loading…
Reference in a new issue