Ino API - Infineon/pas-co2-sensor GitHub Wiki
The Arduino API simply inherits the core Serial and Pulse APIs, and additionally provides custom constructors for Arduino usage convenience:
PAS CO2 Serial API
- PASCO2SerialIno()
- ~PASCO2SerialIno()
Inherited from core Serial API:
- enable()
- disable()
- startMeasure()
- stopMeasure()
- getCO2()
- getDiagnosis()
- calibrate()
- reset()
- getDeviceID()
PAS CO2 Pulse API
- PASCO2PulseIno()
- ~PASCO2PulseIno()
Inherited from core Pulse API:
- enable()
- disable()
- startMeasure()
- stopMeasure()
- getCO2()
- reset()
Find the complete documentation for each of the Arduino functions and and rest of the library code structures in the Arduino API Doxygen docs section.