bmp280_rust_no_std 0.1.1

A no_std async BMP280 driver for ESP32 using embassy and esp-hal
1
2
#![no_std]  
pub mod bmp280;