mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
Add NXP_SE050 detection (#5651)
* Add NXP_SE050 detection * Put the flag in the right place * Include libi2c0 dependency in .deb packages
This commit is contained in:
@@ -64,7 +64,8 @@ class ScanI2C
|
||||
TPS65233,
|
||||
MPR121KB,
|
||||
CGRADSENS,
|
||||
INA226
|
||||
INA226,
|
||||
NXP_SE050,
|
||||
} DeviceType;
|
||||
|
||||
// typedef uint8_t DeviceAddress;
|
||||
|
||||
Reference in New Issue
Block a user