java: corrected typo and documentation

Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Stefan Andritoiu 2015-09-07 19:24:02 +03:00 committed by Mihai Tudor Panu
parent 2e5fbd0d54
commit 021c003ca8
2 changed files with 1 additions and 3 deletions

View File

@ -49,7 +49,7 @@ int main()
// Instantiate a OTP538U on analog pins A0 and A1
// A0 is used for the Ambient Temperature and A1 is used for the
// Object tempewrature.
// Object temperature.
upm::OTP538U *temps = new upm::OTP538U(0, 1, OTP538U_AREF);
// Output ambient and object temperatures

View File

@ -87,8 +87,6 @@ class Gas {
/**
* Returns one sample from the sensor
*
* @param ctx Threshold context
*/
virtual int getSample ();