aboutsummaryrefslogtreecommitdiff
path: root/main/i2c.h
blob: 107a04db3b85b16349ebd0b73d02925fdcc13aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

/**
 * \ingroup main_tasks
 * \{
 */

/**
 * \brief I2C bus activity task 
 *
 * This function does an initial bus scan for puzzle modules, and then goes
 * into an infinite loop that periodically polls all puzzle modules for their
 * global state.
 */
void bus_task();

/// \}