We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43df355 commit 60d598cCopy full SHA for 60d598c
1 file changed
ev3dev2/sensor/lego.py
@@ -825,6 +825,8 @@ def beacon(self, channel=1):
825
def buttons_pressed(self, channel=1):
826
"""
827
Returns list of currently pressed buttons.
828
+
829
+ Note that the sensor can only identify up to two buttons pressed at once.
830
831
self._ensure_mode(self.MODE_IR_REMOTE)
832
channel = self._normalize_channel(channel)
0 commit comments