ZMOD4510 Nitrogen Dioxide and Ozone Firmware Documentation
zmod4xxx_cleaning.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2024 Renesas Electronics Corporation
3  * All Rights Reserved.
4  *
5  * This code is proprietary to Renesas, and is license pursuant to the terms and
6  * conditions that may be accessed at:
7  * https://www.renesas.com/eu/en/document/msc/renesas-software-license-terms-gas-sensor-software
8  *****************************************************************************/
9 
20 #ifndef _ZMOD4XXX_CLEANING_H_
21 #define _ZMOD4XXX_CLEANING_H_
22 
23 #include "zmod4xxx.h"
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif /* _ZMOD4XXX_CLEANING_H_ */
int8_t zmod4xxx_cleaning_run(zmod4xxx_dev_t *dev)
Start a cleaning procedure.
Device structure ZMOD4xxx.
Definition: zmod4xxx_types.h:100
zmod4xxx-API functions