示例#1
0
 public async Task <double> Measure()
 {
     return(await GetMillivolts((ushort)_channel, _xGain.ForADS1015(), _xSamples.ForADS1015()));
 }