![]() |
MatrixMiniR4 1.1.5
Matrix Mini R4 Arduino Library API Documentation
|
Class for controlling E.ROBOT I/O Board (NXT). More...
#include <MiniR4_EIOBoardExt.h>
Public Member Functions | |
void | digitalOut (uint8_t pins) |
Sets the high low states of digital pin. | |
Public Attributes | |
uint8_t | _ch = 0 |
TwoWire * | _pWire |
Class for controlling E.ROBOT I/O Board (NXT).
E.ROBOT I/O Board is a simple IO controller board for NXT, manufacturer by E.ROBOT.
Currently only suppurt digital out mode.
Definition at line 25 of file MiniR4_EIOBoardExt.h.
void MatrixEIOBoard::digitalOut | ( | uint8_t | pins | ) |
Sets the high low states of digital pin.
0~255 | to controll pins high low, ex. 0b11111111(0xff, 255), means all pin set to high. |
Definition at line 8 of file MiniR4_EIOBoardExt.cpp.
uint8_t MatrixEIOBoard::_ch = 0 |
Definition at line 33 of file MiniR4_EIOBoardExt.h.
TwoWire* MatrixEIOBoard::_pWire |
Definition at line 34 of file MiniR4_EIOBoardExt.h.