Skip to content

Commit

Permalink
doc: Add configuration section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timbuntu authored Nov 13, 2021
1 parent f7e34a3 commit 9813def
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Finally add the `esp-idf-scd4x` component to your own component by adding it as
idf_component_register(SRCS "src/main.c" INCLUDE_DIRS "include/" REQUIRES "esp-idf-scd4x")
```

## Configuration

You can configure the GPIOs, i2c port and clock speed to use in the [sensirion_config.h](sensirion_config.h) file.

# Background

## Files
Expand Down

0 comments on commit 9813def

Please sign in to comment.