MCPcopy Create free account
hub / github.com/Hieromon/AutoConnect / MeasureRSSI

Method MeasureRSSI

examples/WebSocketServer/MeasureRSSI.cpp:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "MeasureRSSI.h"
8
9MeasureRSSI::MeasureRSSI(const unsigned long period, const unsigned int cycle, const uint8_t points) :
10 period(period),
11 points(points),
12 _cycle(cycle)
13{
14 _n = 0;
15 _tm = millis();
16 _tmCycle = _tm;
17}
18
19MeasureRSSI::~MeasureRSSI() {
20 if (_rssi)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected