Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial FatFileSystemCpp mbed
Diff: frameRates.h
- Revision:
- 9:7214e3c3e5f8
- Parent:
- 0:97661408d0f9
diff -r 961bb15570a1 -r 7214e3c3e5f8 frameRates.h
--- a/frameRates.h Tue Feb 16 09:53:54 2021 +0000
+++ b/frameRates.h Thu Feb 18 18:15:48 2021 +0000
@@ -42,6 +42,8 @@
int currentIndex() {return _currentIndex;};
bool currentDrop() {return _currentDrop;};
+static int getClosestRate(long int framePeriodUS);
+
private:
float _currentRate;
double _currentPeriod;