aboutsummaryrefslogtreecommitdiff
path: root/main/i2c.h
blob: 27c0b0205bdb40e4e59385961cdcd4acf08fe5ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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();

/// \}