Skip to content
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

Added support BMP280 Sensor #26

Closed

Conversation

Jovian-Dsouza
Copy link

Added Support for BMP280 I2C Barometer. These are cheap and provide a higher resolution than BMP085 Barometers.

Sensors.cpp Outdated
void bmp280_measure(void)
{
uint8_t data[BMP280_RAWDATA_BYTES];
int32_t temp_raw, pres_raw, var1, var2, t_fine;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Variables var1 and var2 must be int64 type.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could not find anything can you please help

@haxord7hasib
Copy link

could not find anything about bmp280 on the config. h file !!

@Jovian-Dsouza
Copy link
Author

could not find anything about bmp280 on the config. h file !!

Here,
d541d5a

The commit was not merged

@Jovian-Dsouza
Copy link
Author

could not find anything about bmp280 on the config. h file !!

Here checkout this new PR #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants