From f6735a8d5865e193cd6383a1697626359f590039 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 13 Apr 2023 12:04:24 +0200 Subject: add initial totem stuff --- totem/halconf.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 totem/halconf.h (limited to 'totem/halconf.h') diff --git a/totem/halconf.h b/totem/halconf.h new file mode 100644 index 0000000..58f0849 --- /dev/null +++ b/totem/halconf.h @@ -0,0 +1,7 @@ +#pragma once + +#define HAL_USE_I2C TRUE +#define HAL_USE_PWM TRUE +#define HAL_USE_PAL TRUE + +#include_next -- cgit v1.2.3