Mercurial > public > ostc4
comparison Common/Inc/data_central.h @ 733:7b0e020513e3
Optical sensor as default:
The optical sensor is now set as default configuration ensuring that the external interface is switched off per default. Otherwise power would be consumed e.g. by the ADC even no sensors are connectet because OSTC is used for OC dives only.
author | Ideenmodellierer |
---|---|
date | Sun, 15 Jan 2023 21:48:34 +0100 |
parents | 5143e927219f |
children | b392524753fb |
comparison
equal
deleted
inserted
replaced
732:e33d661d1743 | 733:7b0e020513e3 |
---|---|
422 }; | 422 }; |
423 | 423 |
424 typedef enum | 424 typedef enum |
425 { | 425 { |
426 SENSOR_NONE, | 426 SENSOR_NONE, |
427 SENSOR_OPTIC, | |
427 SENSOR_ANALOG, | 428 SENSOR_ANALOG, |
428 SENSOR_DIGO2, | 429 SENSOR_DIGO2, |
429 SENSOR_CO2, | 430 SENSOR_CO2, |
430 SENSOR_END | 431 SENSOR_END |
431 } externalInterfaceSensorType; | 432 } externalInterfaceSensorType; |