RcdMathLib_doc
Open Source Library for Linear and Non-linear Algebra
magnetic_based_test.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2020 Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
3  * 2020 Freie Universität Berlin
4  *
5  * This file is subject to the terms and conditions of the GNU Lesser General
6  * Public License v2.1. See the file LICENSE in the top level directory for more
7  * details.
8  */
9 
27 #ifndef MAGNETIC_BASED_TEST_H_
28 #define MAGNETIC_BASED_TEST_H_
29 
34 void magnetic_based_test(void);
35 
36 #endif /* MAGNETIC_BASED_TEST_H_ */
magnetic_based_test
void magnetic_based_test(void)
Example of a magnetic-based localization system.
Definition: magnetic_based_test.c:34