Ino Examples - Infineon/pas-co2-sensor GitHub Wiki
The following examples are provided for Arduino, for each the Serial and the Pulse APIs:
| Serial Examples | |
|---|---|
| serial-alarm | Readout of the sensor CO2 concentration based on threshold crossing and synched via hardware interrupt |
| serial-calibrate | Sensor automatic baseline offset and reference pressure compensation |
| serial-device-id | Readout of the sensor devices product and revision identifiers |
| serial-diagnosis | Readout of the sensor diagnosis data |
| serial-oneshot | Readout of the sensor CO2 concentration value using single shot measurement mode |
| serial-periodic | Readout of the sensor CO2 concentration value using periodic measurement mode |
| serial-reset | Software reset of the sensor |
| serial-api-test | Sequential execution of the complete Serial API functions (Functionality coverage testing) |
| Pulse Examples | |
|---|---|
| pulse-interrupt | Readout of the sensor CO2 concentration value synched by hardware interrupt |
| pulse-polling | Readout of the sensor CO2 concentration value by polling the pulse output |
| pulse-reset | Hardware reset of the sensor |
| pulse-api-test | Sequential execution of the complete Pulse API functions (Functionality coverage testing) |