b15f/control/examples/wrapper/main.c
2022-12-06 20:29:20 +01:00

7 lines
100 B
C

#include "b15f/wrapper/b15f.h"
int main() {
b15f_t* instance = get_instance();
return 0;
}