mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
244 B
Plaintext
7 lines
244 B
Plaintext
|
/**
|
||
|
* @defgroup pkg_lib_fix_math Cross platform fixed point maths library
|
||
|
* @ingroup pkg
|
||
|
* @ingroup sys
|
||
|
* @brief Provides a cross platform fixed point maths library to RIOT.
|
||
|
* @see https://github.com/PetteriAimonen/libfixmath
|
||
|
*/
|