-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tempoffset #31
Comments
Sure, it is possible. You have the full source code of the software, adjust it to your needs. The code is quite simple. Filenames and names of functions are self explaining. You could either adjust the read values in The code is very simple and easy to understand. If it is still too hard for you to understand, I would propose that you go through one of the C tutorials available in the Internet. Please understand. I don't have the time to support people on how to write or adjust software. There are other forums for this. If you have a specific question, I try to help. |
Hello, #ifdef useTemperatureSensorBME280 float lastTempSensorValues[4]; Adafruit_BME280 bme; TwoWire I2Cone = TwoWire(0); void initBME280(void){ I2Cone.begin(I2C_SDA, I2C_SCL, I2C_FREQ); if (!status_BME280) { void updateBME280(void){ |
So the complete line is
|
Hello,
I would like to ask if it is possible to use a "temp offset" to correct the temperature sensor?
Best regards
Peter
The text was updated successfully, but these errors were encountered: