-
-
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 #3 from cyberman54/SDS011
Sds011
- Loading branch information
Showing
81 changed files
with
641 additions
and
4,446 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,16 @@ | ||
#ifndef _SDCARD_H | ||
#define _SDCARD_H | ||
|
||
#include <globals.h> | ||
#include <stdio.h> | ||
|
||
#include <SPI.h> | ||
#include <mySD.h> | ||
|
||
#define SDCARD_FILE_NAME "paxcount.%02d" | ||
#define SDCARD_FILE_HEADER "date, time, wifi, bluet" | ||
|
||
bool sdcard_init( void ); | ||
void sdcardWriteData( uint16_t, uint16_t); | ||
|
||
#endif |
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,13 @@ | ||
#ifndef _SDS011READ_H | ||
#define _SDS011READ_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); | ||
|
||
#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
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
lib/Bosch-BSEC/config/generic_18v_300s_28d/bsec_serialized_configurations_iaq.c
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
lib/Bosch-BSEC/config/generic_18v_300s_28d/bsec_serialized_configurations_iaq.h
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
lib/Bosch-BSEC/config/generic_18v_300s_4d/bsec_serialized_configurations_iaq.c
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
lib/Bosch-BSEC/config/generic_18v_300s_4d/bsec_serialized_configurations_iaq.h
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
lib/Bosch-BSEC/config/generic_18v_3s_28d/bsec_serialized_configurations_iaq.c
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
lib/Bosch-BSEC/config/generic_18v_3s_28d/bsec_serialized_configurations_iaq.h
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.