initial commit
This commit is contained in:
commit
ee7f5fbd11
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
build
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "sensirion_i2c_scd4x"]
|
||||||
|
path = sensirion_i2c_scd4x
|
||||||
|
url = ./components/sensirion_i2c_scd4x
|
8
CMakeLists.txt
Normal file
8
CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# For more information about build system see
|
||||||
|
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
|
||||||
|
# The following five lines of boilerplate have to be in your project's
|
||||||
|
# CMakeLists in this exact order for cmake to work correctly
|
||||||
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
|
project(CO2_Sense)
|
1
components/sensirion_i2c_scd4x
Submodule
1
components/sensirion_i2c_scd4x
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit a2c797b46605d989c367a3ec2dd19ade5628d8c2
|
2
main/CMakeLists.txt
Normal file
2
main/CMakeLists.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
idf_component_register(SRCS "CO2_Sense.c"
|
||||||
|
INCLUDE_DIRS ".")
|
6
main/CO2_Sense.c
Normal file
6
main/CO2_Sense.c
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
void app_main(void)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
1
sensirion_i2c_scd4x
Submodule
1
sensirion_i2c_scd4x
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit a2c797b46605d989c367a3ec2dd19ade5628d8c2
|
Loading…
x
Reference in New Issue
Block a user