added noise todo
This commit is contained in:
parent
a9afecb20b
commit
d7db9de7a2
@ -26,7 +26,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
std::list<unsigned long> counts; //COUNTS IN LAST MINUTE (OR MEASUREMENT_TIME_MS IF MODIFIED)
|
std::list<unsigned long> counts; //COUNTS IN LAST MINUTE (OR MEASUREMENT_TIME_MS IF MODIFIED)
|
||||||
|
|
||||||
//CALLBACK WHEN RADIATION PARTICLE IS DETECTED
|
//CALLBACK WHEN RADIATION PARTICLE IS DETECTED
|
||||||
void IRAM_ATTR increment_counts()
|
void IRAM_ATTR increment_counts() //TODO: Possible noise
|
||||||
{
|
{
|
||||||
counts.push_back(millis()); //APPEND CURRENT TIME TO LIST counts
|
counts.push_back(millis()); //APPEND CURRENT TIME TO LIST counts
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user