MCPcopy Index your code
hub / github.com/FrameworkComputer/inputmodule-rs / unwrap

Method unwrap

fl16-inputmodules/src/fl16.rs:655–657  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

653 I2C: Read<Error = I2cError>,
654{
655 pub fn unwrap(self) -> I2C {
656 self.device.i2c
657 }
658
659 // TODO: Maybe make this private and set it once in the constructor
660 pub fn set_scaling(&mut self, scale: u8) -> Result<(), I2cError> {

Callers 15

mainFunction · 0.80
_fill_gridFunction · 0.80
fill_grid_pixelsFunction · 0.80
full_brightnessFunction · 0.80
device_releaseFunction · 0.80
draw_logoFunction · 0.80
parse_module_commandFunction · 0.80
handle_commandFunction · 0.80
tickMethod · 0.80
mainFunction · 0.80
handle_sleepFunction · 0.80
display_bw_image_cmdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected