/* * Copyright (C) 2015 Eistec AB * Copyright (C) 2022 Otto-von-Guericke-UniversitÀt Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for more * details. */ /** * @ingroup tests * @{ * * @file * @brief Test for servo driver * * @author Joakim NohlgÄrd * @author Marian Buschsieweke * * @} */ #include #include #include "shell.h" int main(void) { puts("RIOT RC servo test"); char buf[SHELL_DEFAULT_BUFSIZE]; shell_run(NULL, buf, sizeof(buf)); return 0; }