From 3423c96f6bfbd8ffa5691cb85ab4adfcdf394d82 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Wolle) Ewald" Date: Sun, 1 May 2022 12:20:48 +0200 Subject: Add files via upload --- src/ADS1115_config.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/ADS1115_config.h (limited to 'src/ADS1115_config.h') diff --git a/src/ADS1115_config.h b/src/ADS1115_config.h new file mode 100644 index 0000000..dabd14b --- /dev/null +++ b/src/ADS1115_config.h @@ -0,0 +1,5 @@ +#ifndef ADS1115_CONFIG_H_ +#define ADS1115_CONFIG_H_ +/* Uncomment the following line to use TinyWireM instead of Wire */ +//#define USE_TINY_WIRE_M_ +#endif \ No newline at end of file -- cgit v1.2.3