added stuff for bluetooth

worked on resampling methods
This commit is contained in:
mail@toni-fetzer.de
2019-06-05 18:09:15 +02:00
parent cb61e0fe68
commit 8d37e94647
12 changed files with 472 additions and 320 deletions

View File

@@ -48,6 +48,9 @@ public:
/** get the rssi */
float getRSSI() const {return rssi;}
/** set another signal strength */
void setRssi(float value){rssi = value;}
};