BulkReadHook
(Optional) Hook responsible for managing bulk hardware reads. Automatically switches Lynx hubs to MANUAL caching mode on start, and clears the bulk cache at the end of each periodic cycle to ensure fresh hardware data per loop while minimizing I/O overhead.
Functions
Link copied to clipboard
Called immediately after the OpMode's onInit phase.
Link copied to clipboard
Called immediately after the OpMode's disabledPeriodic (init_loop) phase.
Link copied to clipboard
Called immediately after the OpMode's periodic loop.
Link copied to clipboard
Called immediately after the OpMode's onStart phase.
Link copied to clipboard
Called immediately before the OpMode's disabledPeriodic (init_loop) phase.
Link copied to clipboard
Called immediately before the OpMode's periodic loop.
Link copied to clipboard
Called immediately before the OpMode's onStart phase.