Mid commit save
This commit is contained in:
@@ -30,5 +30,11 @@ pms5003_err pms5003_init() {
|
|||||||
|
|
||||||
pms5003_err pms5003_read(void) {
|
pms5003_err pms5003_read(void) {
|
||||||
// uart_read_bytes
|
// 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;
|
return PMS5003_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user