pub enum SensorType {
Tsic306,
}
Expand description
Refers to the sensor type that is used.
Note that it does not matter if you use the SOP-8 or the TO92 style sensors as long as the type is correct and the pins are correctly assigned. See the data sheet for more information.
Variants§
Tsic306
Use this variant if you use the TSic 306 sensor.
Auto Trait Implementations§
impl Freeze for SensorType
impl RefUnwindSafe for SensorType
impl Send for SensorType
impl Sync for SensorType
impl Unpin for SensorType
impl UnwindSafe for SensorType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more