Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jeppe Odgaard dffbd4fc88 license: fix copyright owner 2 weeks ago
..
boards
src license: fix copyright owner 2 weeks ago
CMakeLists.txt
README.rst
prj.conf
sample.yaml samples: co2: fix filtering and use integration_platforms 4 months ago

README.rst

.. zephyr:code-sample:: co2
:name: Generic CO2 polling sample
:relevant-api: sensor_interface

Get CO2 data from a sensor (polling mode).

Overview
********

A sensor sample that demonstrates how to poll a CO2 sensor.

Building and Running
********************

This sample reads the CO2 sensor and print the values continuously.

.. zephyr-app-commands::
:zephyr-app: samples/sensor/co2_polling
:board: <board to use>
:goals: build flash
:compact:

Sample Output
=============

.. code-block:: console

CO2 940 ppm
CO2 950 ppm

<repeats endlessly>