![]() |
Roboid Control for Python
|
A sensor which can detect touches.
Inherits Thing.
Public Member Functions | |
| __init__ (self, owner=None, parent=None) | |
| Create a touch sensor. | |
| ProcessBinary (self, bytes) | |
| Function to extract the touch state received in a binary message. | |
Public Attributes | |
| touched_something | |
| Value which is true when the sensor is touching something, false otherwise. | |