4 lines
		
	
	
		
			83 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			83 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //! Blocking shared bus implementations for embedded-hal
 | |
| pub mod i2c;
 | |
| pub mod spi;
 |