Struct grideye::GridEye[][src]

pub struct GridEye<I2C, D> { /* fields omitted */ }

Methods

impl<I2C, D, E> GridEye<I2C, D> where
    I2C: Read<Error = E> + Write<Error = E> + WriteRead<Error = E>,
    D: DelayMs<u8>, 
[src]

Creates a new driver

Get pixel value for pixel 0-63 as raw value

Get pixel value for pixel 0-63 as celsius

Auto Trait Implementations

impl<I2C, D> Send for GridEye<I2C, D> where
    D: Send,
    I2C: Send

impl<I2C, D> Sync for GridEye<I2C, D> where
    D: Sync,
    I2C: Sync