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: mbed BufferedSerial Servo PCT2075 FastPWM
DualBLS.h@0:435bf84ce48a, 2018-03-01 (annotated)
- Committer:
- JonFreeman
- Date:
- Thu Mar 01 11:29:28 2018 +0000
- Revision:
- 0:435bf84ce48a
- Child:
- 2:04761b196473
Tested so far on Nucleo F401RE.; About to experiment reading pressure sensor MPL3115A2 using library code;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
JonFreeman | 0:435bf84ce48a | 1 | #define POWER_OF_TWO 12 // Range is 4 to 13, is log2N |
JonFreeman | 0:435bf84ce48a | 2 | typedef float ffty; // Choice of float or double float is HUGELY FASTER than double |