Coder Social home page Coder Social logo

bsdsensors's Introduction

bsdsensors

Getting sensor values on FreeBSD

Supported chips

nuvoTon

  • NCT6102D / NCT6106D

    Document available. No hardware to test.

  • NCT6627UD / W83627UHG

    Document available. No hardware to test.

  • NCT6776F

    Document available. No hardware to test.

  • NCT6779D

    Document available. No hardware to test.

  • NCT6793D (partial)

    Document not available. Based on NCT6779D. Tested on ASUS Z270-A PRIME

ITE

  • IT8772E (WIP)

    Document available, not started.

Fintek

  • F71869A

    Document available. No hardware to test.

Microchip

Features

  • Read from temperature sensor
  • Set temperature sensor's source
  • Read fan speed
  • Set fan speed control method
  • Set fan speed control parameters
  • Read from voltage sensor

bsdsensors's People

Contributors

henryhu avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

bsdsensors's Issues

Build breaks on FreeBSD 12.2

make fails with

[ 91%] Building CXX object lib/CMakeFiles/bsdsensors.dir/util.cc.o

/home/user/sensors/bsdsensors-master/lib/util.cc:16:5: error: use of undeclared identifier 'assert'
assert(bits.first <= 8);
^
/home/user/sensors/bsdsensors-master/lib/util.cc:17:5: error: use of undeclared identifier 'assert'
assert(bits.last >= 0);
^
/home/user/sensors/bsdsensors-master/lib/util.cc:18:5: error: use of undeclared identifier 'assert'
assert(bits.first >= bits.last);
^
/home/user/sensors/bsdsensors-master/lib/util.cc:36:5: error: use of undeclared identifier 'assert'
assert(bits.first <= 8);
^
/home/user/sensors/bsdsensors-master/lib/util.cc:37:5: error: use of undeclared identifier 'assert'
assert(bits.last >= 0);
^
/home/user/sensors/bsdsensors-master/lib/util.cc:38:5: error: use of undeclared identifier 'assert'
assert(bits.first >= bits.last);
^
6 errors generated.
*** Error code 1

adding
#include "sensors.pb.h" to util.cc fixes it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.