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: ConfigFile SDFileSystem mbed
Fork of LAURUS_program by
Diff: myConstants.h
- Revision:
- 3:5358a691a100
- Parent:
- 1:6cd6d2760856
- Child:
- 5:182f6356bce1
--- a/myConstants.h Sun May 24 17:44:11 2015 +0000 +++ b/myConstants.h Sat May 30 18:08:34 2015 +0000 @@ -1,7 +1,7 @@ #pragma once -#define NEARLY_ZERO 0.000001f -#define ZERO_TOLERANCE 0.001f +#define NEARLY_ZERO 0.000000001f +#define ZERO_TOLERANCE 0.000001f #define RAD_TO_DEG 57.2957795f // 180 / π #define DEG_TO_RAD 0.0174532925f // π / 180 #define ACC_LSB_TO_G 0.0000610351562f // g/LSB (1/2^14
