|
#define RFIDInit |
( |
_port, |
|
|
_result |
|
) |
__RFIDInit(_port, _result) |
RFIDInit function.
Initialize the Codatex RFID sensor.
- Parameters:
-
| _port | The port to which the Codatex RFID sensor is attached. See the NBC Input port constants group. You may use a constant or a variable. |
| _result | The boolean function call result. |
|