Skip to content

Commit edf8fec

Browse files
jaenrig-ifxjaenrig-ifx
jaenrig-ifx
authored and
jaenrig-ifx
committed
Added pio library manifest
1 parent 1bc5f68 commit edf8fec

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

library.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name":"pas-co2-sensor",
3+
"keywords":"gas, co2, sensor, photoacoustic, sensor2go",
4+
"description":"C++ library for Infineon PAS XENSIV™ CO2 sensor",
5+
"repository":{
6+
"type":"git",
7+
"url":"https://github.com/Infineon/arduino-pas-co2-sensor.git",
8+
"branch":"master"
9+
},
10+
"version":"1.0.0",
11+
"license":"MIT",
12+
"frameworks":"arduino",
13+
"platforms":[
14+
"infineonxmc",
15+
"atmelavr"
16+
]
17+
}

0 commit comments

Comments
 (0)