From fb71edfb6bc0702aa2ee1cc73d0822bbc37674ad Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Sun, 24 Jan 2021 09:23:12 +0000 Subject: working-ish sensor --- humidity_sensors/app/project.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 humidity_sensors/app/project.h (limited to 'humidity_sensors/app/project.h') diff --git a/humidity_sensors/app/project.h b/humidity_sensors/app/project.h new file mode 100644 index 0000000..1c08c73 --- /dev/null +++ b/humidity_sensors/app/project.h @@ -0,0 +1,14 @@ +#include "stm8s.h" +#include "stdio.h" +#include "stdint.h" + +#include "i2c.h" + +typedef uint8_t u8; +typedef uint16_t u16; +typedef uint32_t u32; +typedef int8_t s8; +typedef int16_t s16; +typedef int32_t s32; + +#include "prototypes.h" -- cgit v1.2.3