commit | 0b45955f5b0be301dee64083f51ffe9c34d3e153 | [log] [tgz] |
---|---|---|
author | Deepak Kodihalli <dkodihal@in.ibm.com> | Tue Feb 06 06:25:12 2018 -0600 |
committer | Tom Joseph <tomjoseph@in.ibm.com> | Fri Feb 16 02:22:27 2018 +0000 |
tree | 09ebf58943715d3a79a4489d6704dd0c780798a0 | |
parent | 61d5f7bcd892b9f546ad5b19ad96238110602743 [diff] |
dcmi: implement get sensor info This commit implements the plumbing around the 'Get Sensor Info' command. It doesn't read the sensor information yet. That code is coming up in a subsequent commit. Refactor some of the get temperature readings code, in order to reuse certain common aspects for this commit. Change-Id: I0cb531b5b75e98cc9e76509f84f832be9997fee0 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.