Port Mapping for RJ25.
More...
Port Mapping for RJ25.
- Author
- MakeBlock
- Version
- V1.0.1
- Date
- 2015/09/09
- 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
- This file is a drive for MakeBlock rj25 port.
- Method List:
- uint8_t MePort::getSlot()
- uint8_t MePort::getSlot()
- bool MePort::dRead1(uint8_t mode)
- bool MePort::dRead2(uint8_t mode)
- bool MePort::dpRead1(void)
- bool MePort::dpRead1(void)
- void MePort::dWrite1(bool value)
- void MePort::dWrite2(bool value)
- int16_t MePort::aRead1()
- int16_t MePort::aRead2()
- void MePort::aWrite1(int16_t value)
- void MePort::aWrite2(int16_t value)
- void MePort::reset(uint8_t port)
- void MePort::reset(uint8_t port, uint8_t slot)
- uint8_t MePort::pin1()
- uint8_t MePort::pin2()
- uint8_t MePort::pin()
- uint8_t MePort::pin(uint8_t port, uint8_t slot)
- History:
`<Author>` `<Time>` `<Version>` `<Descr>`
Mark Yan 2015/09/01 1.0.0 Rebuild the old lib.
Lawrence 2015/09/09 1.0.1 Add a input parameter of function dRead1 and dRead2.