Mid commit save

This commit is contained in:
2023-11-01 21:56:12 +00:00
parent 776eb15c59
commit 37ce171347

View File

@@ -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;
}