MakeBlock Drive Updated
Updated library for MakeBlock Ranger
Loading...
Searching...
No Matches
MeHumitureSensor.cpp File Reference

Driver for humiture sensor device. More...

#include "MeHumitureSensor.h"
Include dependency graph for MeHumitureSensor.cpp:

Detailed Description

Driver for humiture sensor device.

Author
MakeBlock
Version
V1.0.1
Date
2015/11/18
Copyright
This software is Copyright (C), 2012-2016, MakeBlock. Use is subject to license
conditions. The main licensing options available are GPL V3 or Commercial:
Open Source Licensing GPL V3
This is the appropriate option if you want to share the source code of your
application with everyone you distribute it to, and you also want to give them
the right to share who uses it. If you wish to use this software under Open
Source Licensing, you must contribute all your source code to the open source
community in accordance with the GPL Version 3 when your application is
distributed. See http://www.gnu.org/copyleft/gpl.html
Description
This file is a drive for humiture sensor device, It supports humiture sensor provided by the MakeBlock.
Method List:
  1. void MeHumiture::setpin(uint8_t port)
  2. void MeHumiture::update(void)
  3. uint8_t MeHumiture::getHumidity(void)
  4. uint8_t MeHumiture::getTemperature(void)
  5. uint8_t MeHumiture::getValue(uint8_t index)
  6. double MeHumiture::getFahrenheit(void)
  7. double MeHumiture::getKelvin(void)
  8. double MeHumiture::getdewPoint(void)
  9. double MeHumiture::getPointFast()
History:
`<Author>`         `<Time>`        `<Version>`        `<Descr>`
Mark Yan         2015/09/08          1.0.0            Rebuild the old lib.
forfish          2015/11/18          1.0.1            Add some functions.
lanweiting       2017/07/11          1.0.2            functions update() add delay more time