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

Softwarewire #82

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Changing config.h to Config.h
  • Loading branch information
finitespace committed Mar 14, 2018
commit a2ac8c03af5ec330252776962ff64e4d8711aab3
2 changes: 1 addition & 1 deletion src/BME280I2CSoftwareWire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ of www.endmemo.com, altitude equation courtesy of NOAA, and dew point equation
courtesy of Brian McNoldy at http:https://andrew.rsmas.miami.edu.
*/

#include "config.h"
#include "Config.h"

#ifdef USING_SOFTWARE_WIRE

Expand Down
2 changes: 1 addition & 1 deletion src/BME280I2C_BRZO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ courtesy of Brian McNoldy at http:https://andrew.rsmas.miami.edu.

#include "BME280I2C_BRZO.h"

#include "config.h"
#include "Config.h"

#ifdef USING_BRZO

Expand Down
35 changes: 0 additions & 35 deletions src/config.h

This file was deleted.