Zephyr Scientific Library (zscilib)
physics.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2019-2020 Kevin Townsend (KTOWN)
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
20 #ifndef ZEPHYR_INCLUDE_ZSL_PHYSICS_H_
21 #define ZEPHYR_INCLUDE_ZSL_PHYSICS_H_
22 
23 #include <zsl/zsl.h>
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
32 void phy_test(void);
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 
38 #endif /* ZEPHYR_INCLUDE_ZSL_PHYSICS_H_ */
39  /* End of physics group */
phy_test
void phy_test(void)
Physic test.
zsl.h
API header file for zscilib.