Files
Arthur Roberts 2b117b4b33 Started on DS18B20 and PMS5003
Didn't realise DS18B20 was 1-Wire

Will probably just find a library for that one - can't be arsed
doing more bit banging
2023-11-01 21:12:39 +00:00

8 lines
85 B
C

#pragma once
int ds18b20_read(void);
typedef enum {
DS18B20_OK,
} ds18b20_error;