Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ next_sensor
Method
next_sensor
PythonAPI/examples/manual_control_rss.py:826–827 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
824
self.index = index
825
826
def
next_sensor(self):
827
self.set_sensor(self.index + 1)
828
829
def
toggle_recording(self):
830
self.recording = not self.recording
Callers
1
parse_events
Method · 0.45
Calls
1
set_sensor
Method · 0.95
Tested by
no test coverage detected