From 37ce171347c6abf52097bd17523da0495bda1363 Mon Sep 17 00:00:00 2001 From: Arthur Roberts Date: Wed, 1 Nov 2023 21:56:12 +0000 Subject: [PATCH] Mid commit save --- components/pms5003/pms5003.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/pms5003/pms5003.c b/components/pms5003/pms5003.c index b7c7aab..74e33ff 100644 --- a/components/pms5003/pms5003.c +++ b/components/pms5003/pms5003.c @@ -30,5 +30,11 @@ pms5003_err pms5003_init() { pms5003_err pms5003_read(void) { // uart_read_bytes + // 2 Start Bytes + // 2 Frame Length Bytes + // 26 (1 -> 13 pairs) Data Bytes (with nothing in 13) + // 2 Check Bytes - I think just add the low bits??? + // 32 Bytes Total + return PMS5003_OK; }