This commit is contained in:
Jeffrey Townsend
2018-12-29 08:23:41 -08:00
parent f38bc3fe43
commit 38c7686743

View File

@@ -1 +1,11 @@
# Fans
## Fan Information Structure
The current status and capabilities of a fan are queried using ```onlp_fan_info_get``` to populate the ```onlp_fan_info_t``` structure.
Fan features include things like direction, RPM, and speed percentage.
## Fan Documentation
* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__oid-fan.html)
* [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/fan.h)