#pragma once

#ifdef __cplusplus
extern "C" {
#endif

void obb_gt911_hw_init();
bool obb_gt911_hw_read(int16_t &x, int16_t &y);

#ifdef __cplusplus
}
#endif