Java Mine
ContentsIndexHome
PreviousUpNext
LightSensor_PPFDBase.UpdateSpanCalibration Method
Syntax
Java
public static void UpdateSpanCalibration(Sensor sens, double expectedReading, double lastReading, double lastTempReading);

/ Calibrates the sensor to correct values set by the user / / / sens the Sensor object to be updated / The expect PPFD level from the last reading of the device. / The reported PPFD level from the last reading of the device. / The reported Temperature from the last reading of the device.

  • Calibrates the sensor to correct values set by the user
*
  • @param sens sens the Sensor object to be updated
  • @param expectedReading The expect PPFD level from the last reading of the device
  • @param lastReading The reported PPFD level from the last reading of the device
  • @param lastTempReading The reported Temperature from the last reading of the device

Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!