|
|
@@ -20,9 +20,11 @@ nBus_sensorType_t mcu_adc_getType(uint8_t sensor_index);
|
|
|
uint8_t mcu_adc_getSensorCount();
|
|
|
uint8_t mcu_adc_getData(uint8_t sensor_index, uint8_t *data);
|
|
|
uint8_t mcu_adc_setData(uint8_t *data);
|
|
|
-uint8_t mcu_adc_getParam(uint8_t sensor_index, nBus_param_t param);
|
|
|
+int32_t mcu_adc_getParam(uint8_t sensor_index, nBus_param_t param);
|
|
|
uint8_t mcu_adc_hasParam(uint8_t sensor_index, nBus_param_t param);
|
|
|
-nBus_param_t mcu_adc_setParam(uint8_t sensor_index, nBus_param_t param, uint8_t value);
|
|
|
+nBus_param_t mcu_adc_setParam(uint8_t sensor_index, nBus_param_t param, int32_t value);
|
|
|
void mcu_adc_start(void);
|
|
|
void mcu_adc_stop(void);
|
|
|
+void mcu_adc_read(void);
|
|
|
+uint8_t mcu_adc_store(void);
|
|
|
#endif /* INC_APP_ADC_H_ */
|