More hooks for hall effect
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#define TEMP_TMP36
|
||||
#define ACCEL_BMA
|
||||
#define HALL_SENSOR
|
||||
#define HALL_SI7210
|
||||
//#define HALL_SI7210
|
||||
|
||||
#define BATTFILTERDEPTH 32
|
||||
#endif
|
||||
|
||||
@@ -31,3 +31,7 @@ int16_t getRawHallEffect() {
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
bool getHallSensorFitted() {
|
||||
return hall_effect_present;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user