start working with timers
This commit is contained in:
parent
ecb1e00198
commit
2548813231
3 changed files with 143 additions and 46 deletions
|
|
@ -18,5 +18,7 @@ typedef struct {
|
|||
void pms5003_init(pms5003_config *config, uart_inst_t *uart, uint8_t tx_pin,
|
||||
uint8_t rx_pin, uint8_t enable_pin, uint8_t reset_pin);
|
||||
|
||||
pms5003_reading pms5003_read(pms5003_config *config);
|
||||
void pms5003_warmup(pms5003_config *config);
|
||||
void pms5003_start_reading(pms5003_config *config);
|
||||
pms5003_reading pms5003_finish_reading(pms5003_config *config);
|
||||
#endif /* PMS5003_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue