Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Feb 1, 2025
1 parent 2ac6b3e commit b5541cd
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ CO2 is a photoacoustic Carbon Dioxide (CO2) Unit that will tell you the CO2 PPM
Library for Unit ENV using [M5UnitUnified](https://github.com/m5stack/M5UnitUnified).
M5UnitUnified is a library for unified handling of various M5 units products.

M5UnitUnified currently supports the following units SKU:U001-C, SKU:U103, SKU:U169, and SKU:U088.
### Supported units
- Unit CO2 (SKU:U103)
- Unit CO2L (SKU:U104)
- Unit ENVIII (SKU:SKU:U001-C)
- Unit ENVIV (SKU:SKU:U001-D)
- Unit ENVPro (SKU:U169)
- Unit TVOC (SKU:U088)

### SKU:U088

Expand All @@ -67,14 +73,6 @@ See also examples using conventional methods here.
#include <M5UnitUnifiedENV.h> // For UnitUnified
//#include <M5UnitENV.h> // When using M5UnitUnified, do not use it at the same time as conventional libraries
```
### Supported units
- Unit CO2
- Unit CO2L
- Unit ENVIII
- Unit ENVIV
- Unit ENVPro
- Unit TVOC

Supported units will be added in the future.

### Required Libraries:
Expand Down

0 comments on commit b5541cd

Please sign in to comment.