Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbernalb committed Jan 3, 2024
1 parent d57b613 commit 7531850
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PMST Library forked of PMS Library
Arduino library for Plantower PMS and PMS T sensors.
# PMST Library
Arduino library for Plantower PMS and PMS T sensors, forked from fu-hsi/PMS
Supports PMSx003 and PMSx003T sensors (1003, 3003, 5003, 5003T, 6003, 7003, 7003T, A003).
## Installation
Just use Arduino Library Manager and search "PMS_T Library" in Sensors category.
Expand Down Expand Up @@ -59,7 +59,6 @@ PM 10.0 (ug/m3): 24
```
## Basic T example for PMSx003T
Read in active mode.
> Default mode is active after power up. In this mode sensor would send serial data to the host automatically. The active mode is divided into two sub-modes: stable mode and fast mode. If the concentration change is small the sensor would run at stable mode with the real interval of 2.3s. And if the change is big the sensor would be changed to fast mode automatically with the interval of 200~800ms, the higher of the concentration, the shorter of the interval.
```cpp
#include "PMS.h"
Expand Down

0 comments on commit 7531850

Please sign in to comment.