Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EMM
meteorolog
Commits
ea921422
Commit
ea921422
authored
Dec 30, 2015
by
Nelso Jost
Browse files
FIX
#6
: got rid of include /libs
parent
22944eb9
Changes
7
Hide whitespace changes
Inline
Side-by-side
firmware/meteorolog/
libs/
Adafruit_BMP085.cpp
→
firmware/meteorolog/Adafruit_BMP085.cpp
View file @
ea921422
File moved
firmware/meteorolog/
libs/
Adafruit_BMP085.h
→
firmware/meteorolog/Adafruit_BMP085.h
View file @
ea921422
File moved
firmware/meteorolog/
libs/
DHT.cpp
→
firmware/meteorolog/DHT.cpp
View file @
ea921422
File moved
firmware/meteorolog/
libs/
DHT.h
→
firmware/meteorolog/DHT.h
View file @
ea921422
File moved
firmware/meteorolog/
libs/
RTClib.cpp
→
firmware/meteorolog/RTClib.cpp
View file @
ea921422
File moved
firmware/meteorolog/
libs/
RTClib.h
→
firmware/meteorolog/RTClib.h
View file @
ea921422
File moved
firmware/meteorolog/mysensors.h
View file @
ea921422
...
...
@@ -6,14 +6,14 @@
String
read_LDR
();
#include "
libs/
DHT.h"
#include "DHT.h"
String
read_DHT22_TEMP
();
String
read_DHT22_AH
();
#include "
libs/
Adafruit_BMP085.h"
#include "Adafruit_BMP085.h"
String
read_BMP085_PRESSURE
();
#include "
libs/
RTClib.h"
#include "RTClib.h"
String
read_RTC_DS1307
();
String
get_datetime_str
(
DateTime
dt
);
String
set_time_from_csv
(
String
s
);
...
...
Nelso Jost
@nelsojost
mentioned in issue
#6
·
Dec 30, 2015
mentioned in issue
#6
mentioned in issue #6
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment