9 lines
81 B
C++
9 lines
81 B
C++
|
|
extern "C" {
|
|
#include "ll_touch.h"
|
|
}
|
|
|
|
bool ll_touch_init() {
|
|
return true;
|
|
}
|