diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-22 17:26:17 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-22 17:26:17 +0200 |
commit | 3c2f4422e4dd90826a549c87d9d042c592806cb8 (patch) | |
tree | 15a56f851e10d0507f2ea5842044dafc38d2fa6a /main/i2c.h | |
parent | 3667d9a9955face0d4a147319cc902cbf8c95299 (diff) |
docs done
Diffstat (limited to 'main/i2c.h')
-rw-r--r-- | main/i2c.h | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,5 +1,17 @@ #pragma once -//! looking for slave addresses and requesting updates +/** + * \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(); +/// \} |