Driver for humiture sensor device.
More...
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:
- void MeHumiture::setpin(uint8_t port)
- void MeHumiture::update(void)
- uint8_t MeHumiture::getHumidity(void)
- uint8_t MeHumiture::getTemperature(void)
- uint8_t MeHumiture::getValue(uint8_t index)
- double MeHumiture::getFahrenheit(void)
- double MeHumiture::getKelvin(void)
- double MeHumiture::getdewPoint(void)
- 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