1
0
forked from me/IronOS

More hooks for hall effect

This commit is contained in:
Ben V. Brown
2020-10-27 18:38:40 +11:00
parent 77dbc9df56
commit 4496cfd41d
4 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
#define TEMP_TMP36
#define ACCEL_BMA
#define HALL_SENSOR
#define HALL_SI7210
//#define HALL_SI7210
#define BATTFILTERDEPTH 32
#endif

View File

@@ -31,3 +31,7 @@ int16_t getRawHallEffect() {
return 0;
}
bool getHallSensorFitted() {
return hall_effect_present;
}