Didn't realise DS18B20 was 1-Wire Will probably just find a library for that one - can't be arsed doing more bit banging
6 lines
88 B
C
6 lines
88 B
C
#pragma once
|
|
|
|
typedef enum { PMS5003_OK } pms5003_err;
|
|
|
|
pms5003_err pms5003_read(void);
|