Files
UtsavBalar1231 bf984f5681 drivers: Import Hall sensor device driver
Change-Id: Ic63d66a58cf3cea24da4ea6b40bdd19d105fec93
2021-03-11 11:33:03 +05:30

7 lines
188 B
C

#ifndef HALLS_H
#define HALLS_H
typedef void (*halls_status_notify)(int halls_status); extern void halls_register_halls_status_notify(halls_status_notify halls_cb);
#endif /* HALLS_H */