diff options
author | ThomasintAnker <thomasintanker1@gmail.com> | 2024-06-03 11:02:59 +0200 |
---|---|---|
committer | ThomasintAnker <thomasintanker1@gmail.com> | 2024-06-03 11:02:59 +0200 |
commit | a98a2606c50023090d233fc16f3bb9516bfff0a8 (patch) | |
tree | 515197aac8d64d9ab4fdba4870af522d600f1db3 /main/i2c.h | |
parent | aca4c7549b2dc8d69931dca7c679c267b146ec48 (diff) |
fix 1
Diffstat (limited to 'main/i2c.h')
-rw-r--r-- | main/i2c.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,5 +47,7 @@ int write_i2c(uint8_t addr, uint8_t *input, size_t len); */ int write_read_i2c(uint8_t addr, uint8_t *input, size_t input_len, uint8_t *output, size_t output_len); +uint8_t* scan_bus(uint8_t *array); + /** \brief looking for slave addresses and requesting updates */ void bus_task(); |