Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 1:0a5b0d859173, committed 2017-08-25
- Comitter:
- feilang
- Date:
- Fri Aug 25 02:55:23 2017 +0000
- Parent:
- 0:c8383cf2dd21
- Child:
- 2:b78c3e2583fa
- Commit message:
- sub
Changed in this revision
| pms1003.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/pms1003.h Fri Aug 25 02:13:34 2017 +0000
+++ b/pms1003.h Fri Aug 25 02:55:23 2017 +0000
@@ -10,7 +10,7 @@
#define PM25_BYTE 12
-class PMS5003 {
+class PMS1003 {
public:
//void processData(int *PM1, int *PM25, int *PM10);
void pmProcess(Serial &serial);