Re: Pressure sensors

2019-01-01 Thread Thor Lancelot Simon
On Mon, Dec 31, 2018 at 06:35:20PM +0200, Artturi Alm wrote: > Hi, > > i'd like to have the functionality given by the diff below, before > cleaning up another diff making use of it. LGTM - please make sure these are used as entropy sources, IIRC I hardcoded the sensor types when I originally did

Re: Pressure sensors

2019-01-01 Thread Greg Troxel
Artturi Alm writes: > my sensor does fill ->value_cur with mPa, so pressure does fit into the > "everything else"-else{} with ->cur_value / 100.0 for printout in kPa. Until very recently I had never seen pressure in kPa. For atmospheric pressure, the standard unit seems to be hPa. I realiz