summaryrefslogtreecommitdiff
path: root/src/drivers/include/i2c.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/include/i2c.hpp')
-rw-r--r--src/drivers/include/i2c.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/include/i2c.hpp b/src/drivers/include/i2c.hpp
index a4c71767..3704509d 100644
--- a/src/drivers/include/i2c.hpp
+++ b/src/drivers/include/i2c.hpp
@@ -7,6 +7,9 @@
namespace drivers {
+esp_err_t init_i2c(void);
+esp_err_t deinit_i2c(void);
+
/*
* Convenience wrapper for performing an I2C transaction with a reasonable
* preconfigured timeout, automatic management of a heap-based command buffer,