From 38c7686743fe7731c389a4353e6aa9f4bbd6bde0 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Sat, 29 Dec 2018 08:23:41 -0800 Subject: [PATCH] Updates --- onlp/applications/fan.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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)