forked from EmbeddedTeam/app_photomagnetic
Group UART sensors into channel slots and add an MS board overlay with per-port speed and sensor mode configuration. Also add optional per-second channel diagnostic output controlled by APP_DEBUG_PRINT.
7 lines
160 B
C++
7 lines
160 B
C++
|
|
#include <com.hpp>
|
|
#include <zephyr/init.h>
|
|
static auto Init() -> int { return static_cast<int>(ther::Com::Init()); }
|
|
|
|
inline SYS_INIT(Init, APPLICATION, 50);
|