21 float lowEdge (
unsigned fAdc)
const;
22 float highEdge (
unsigned fAdc)
const;
23 float center (
unsigned fAdc)
const;
25 unsigned range (
unsigned fAdc)
const {
return (fAdc >> 5) & 0x3;}
26 unsigned local (
unsigned fAdc)
const {
return fAdc & 0x1f;}
float lowEdge(unsigned fAdc) const
bool setLowEdges(const float fValue[32])
bool setLowEdge(float fValue, unsigned fAdc)
float center(unsigned fAdc) const
unsigned local(unsigned fAdc) const
unsigned range(unsigned fAdc) const
float highEdge(unsigned fAdc) const