-
-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #569 from cyberman54/development
Development
- Loading branch information
Showing
30 changed files
with
565 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#ifndef _SDS011READ_H | ||
#define _SDS011READ_H | ||
|
||
#include "globals.h" | ||
#include <SDS011.h> | ||
|
||
#define SDCARD_FILE_HEADER_SDS011 ", PM10,PM25" | ||
|
||
bool sds011_init(); | ||
void sds011_loop(); | ||
void sds011_sleep(void); | ||
void sds011_wakeup(void); | ||
void sds011_store(sdsStatus_t *sds_store); | ||
|
||
#endif // _SDS011READ_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ description = Paxcounter is a device for metering passenger flows in realtime. I | |
|
||
[common] | ||
; for release_version use max. 10 chars total, use any decimal format like "a.b.c" | ||
release_version = 1.9.95 | ||
release_version = 1.9.98 | ||
; DEBUG LEVEL: For production run set to 0, otherwise device will leak RAM while running! | ||
; 0=None, 1=Error, 2=Warn, 3=Info, 4=Debug, 5=Verbose | ||
debug_level = 3 | ||
|
@@ -59,20 +59,21 @@ upload_speed = 115200 | |
lib_deps_lora = | ||
MCCI LoRaWAN LMIC library@>=3.1.0 ; MCCI LMIC by Terrill Moore | ||
lib_deps_display = | ||
ss_oled@3.3.1 ; simple and small OLED lib by Larry Bank | ||
BitBang_I2C@1.3.0 | ||
ss_oled@4.1.0 ; simple and small OLED lib by Larry Bank | ||
BitBang_I2C@2.0.1 | ||
QRCode@>=0.0.1 | ||
lib_deps_matrix_display = | ||
Ultrathin_LED_Matrix@>=1.0.0 | ||
lib_deps_rgbled = | ||
SmartLeds@>=1.1.6 | ||
SmartLeds@>=1.2.0 | ||
lib_deps_gps = | ||
1655@>=1.0.2 ; #1655 TinyGPSPlus by Mikal Hart | ||
lib_deps_sensors = | ||
Adafruit Unified Sensor@>=1.1.1 | ||
Adafruit BME280 Library@>=2.0.0 | ||
Adafruit BMP085 Library@>=1.0.1 | ||
BSEC Software [email protected] | ||
https://github.com/ricki-z/SDS011.git | ||
lib_deps_basic = | ||
ArduinoJson@^5.13.1 | ||
76@>=1.2.4 ; #76 Timezone by Jack Christensen | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.