small fix. added getter and setter!

This commit is contained in:
toni
2016-11-16 12:40:16 +01:00
parent a35a22e676
commit 0bf8a9c25c
5 changed files with 34 additions and 171 deletions

View File

@@ -178,7 +178,7 @@ TEST(Barometer, Activity) {
gpRaw.draw(plotRaw);
gpRaw.flush();
sleep(1);
sleep(5);
}
@@ -236,7 +236,7 @@ TEST(Barometer, ActivityPercent) {
gpRaw.draw(plotRaw);
gpRaw.flush();
sleep(1000);
sleep(5);
}