aboutsummaryrefslogtreecommitdiff
path: root/main/i2c.h
blob: dcc3997cc9853e0f8987baa31233016867037ced (plain)
1
2
3
4
5
6
7
8
#pragma once
// https://github.com/raspberrypi/pico-examples/tree/master/i2c

#define MAX_SLAVES 10

//! looking for slave addresses and requesting updates
void bus_task();