#include "lis3dh.h" int lis3dh_init(lis3dh_t *lis3dh) { return 0; } int lis3dh_deinit(lis3dh_t *lis3dh) { return 0; }