marcelbuesing / bme680

Pure Rust BME680 implementation
MIT License
29 stars 27 forks source link

Multiple gas heater profile support #45

Open keigen-shu opened 1 year ago

keigen-shu commented 1 year ago

The chip supports storing up to 10 gas heater profiles, so that can be selected by simply setting the index into nb_conv register before toggling into forced mode. There doesn't seem to be a way to configure profiles 1-9 right now.