diff options
Diffstat (limited to 'main/i2c.h')
-rw-r--r-- | main/i2c.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,12 +1,8 @@ #pragma once // https://github.com/raspberrypi/pico-examples/tree/master/i2c -#include <stddef.h> -#include <stdint.h> -#include <hardware/i2c.h> - #define MAX_SLAVES 10 -/** \brief looking for slave addresses and requesting updates */ +//! looking for slave addresses and requesting updates void bus_task(); |