diff --git a/onlp/applications/fan.md b/onlp/applications/fan.md index 0c0564d7..fe5edf1a 100644 --- a/onlp/applications/fan.md +++ b/onlp/applications/fan.md @@ -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)