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: fll mbed-rtos mbed
Diff: fll.h
- Revision:
- 35:4ba2f4fd7015
- Parent:
- 34:422d4d6ae5ea
diff -r 422d4d6ae5ea -r 4ba2f4fd7015 fll.h --- a/fll.h Tue Feb 17 06:28:32 2015 +0000 +++ b/fll.h Tue Feb 17 07:36:34 2015 +0000 @@ -9,7 +9,7 @@ #define MAIL_BOX_SIZE 16 -#define FRAME (1.0 / 60) // 1 frame (sec) +#define FRAME (1.0 / 59.94) // 1 frame (sec) #define R1 0x0001 #define TRIANGLE 0x0002
