From 56eaf125e2d735d688bc0265a83c67aa4a8db255 Mon Sep 17 00:00:00 2001 From: Pharap Date: Sun, 12 Nov 2017 11:54:48 +0000 Subject: [PATCH] Document FIXED_POINTS_NO_RANDOM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbecdbf..c49edda 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ This means: These are symbols you can define prior to library inclusion to alter the behaviour of the library. - `FIXED_POINTS_USE_NAMESPACE`: Define this to wrap all classes and functions in the namespace `FixedPoints`. Useful for preventing naming conflicts. +- `FIXED_POINTS_NO_RANDOM`: Define this to disable the random utility functions. Useful for systems that don't have access to `long random(void)` from avr-libc. ## Contents This library supplies two core types and sixteen type aliases.