Struct ev3dev_lang_rust::sensors::BeaconSeeker [−][src]
pub struct BeaconSeeker { /* fields omitted */ }
Expand description
Seeks EV3 Remote Controller in beacon mode.
Implementations
Wrap a InfraredSensor into a BeaconSeeker
Returns heading (-25, 25) to the beacon on the given channel.
Returns distance (0, 100) to the beacon on the given channel. Returns -128 when beacon is not found.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for BeaconSeeker
impl Send for BeaconSeeker
impl !Sync for BeaconSeeker
impl Unpin for BeaconSeeker
impl UnwindSafe for BeaconSeeker
Blanket Implementations
Mutably borrows from an owned value. Read more