malokhvii-eduard / lkmod-bme280

💧 Kernel space driver for Bosch Sensortec BME280 – combined temperature, pressure, humidity sensor. The driver allows using the sensor over I2C bus on a single-board computer like Raspberry Pi, Orange Pi, Asus Tinker Board, etc.
MIT License
4 stars 0 forks source link

sysfs documentation #28

Closed kiddjmadd closed 8 months ago

kiddjmadd commented 9 months ago

Minor suggestion on documentation. For my beaglebone blue, the temp, humidity and pressure readings were accessible under /sys/class/bme280 vs. /sys/bme280. Feel free to close the issue, I just wanted to put this out there in case someone else uses this module for an SBC other than Raspberry Pi. Thanks for the great module!

malokhvii-eduard commented 8 months ago

@kiddjmadd Thank you for your suggestion.