Gets the ID of the port we're set to. :returns: The ID of the port we're set to. :rtype: int See more about port IDs in :py:class:`~easysensors.Sensor`'s description.
(self)
| 271 | return (self.port) |
| 272 | |
| 273 | def get_port_ID(self): |
| 274 | """ |
| 275 | Gets the ID of the port we're set to. |
| 276 | |
| 277 | :returns: The ID of the port we're set to. |
| 278 | :rtype: int |
| 279 | |
| 280 | See more about port IDs in :py:class:`~easysensors.Sensor`'s description. |
| 281 | |
| 282 | """ |
| 283 | return (self.portID) |
| 284 | |
| 285 | def set_pin_mode(self, pinmode): |
| 286 | """ |
no outgoing calls
no test coverage detected