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

Driver for Me Infrared Receiver device. More...

Include dependency graph for MeInfraredReceiver.cpp:

Detailed Description

Driver for Me Infrared Receiver device.

Author
MakeBlock
Version
V1.0.1
Date
2017/04/06
Copyright
This software is Copyright (C), 2012-2016, MakeBlock. Use is subject to license
conditions. The main licensing options available are GPL V2 or Commercial:
Open Source Licensing GPL V2
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 2 when your application is
distributed. See http://www.gnu.org/copyleft/gpl.html
Description
Description: this file is a drive for Me Infrared Receiver, It supports Infrared Receiver V2.0 and V3.0 device provided by the MakeBlock company.
Method List:
  1. void MeInfraredReceiver::begin(void)
  2. int16_t MeInfraredReceiver::read(void)
  3. bool MeInfraredReceiver::buttonState(void)
  4. uint8_t MeInfraredReceiver::getCode(void)
  5. void MeInfraredReceiver::loop(void)
History:
`<Author>`         `<Time>`        `<Version>`        `<Descr>`
Mark Yan         2015/09/09     1.0.0            Rebuild the old lib.
Mark Yan         2017/04/06     1.0.1            Filter out the 0 value of infrared remote.