aboutsummaryrefslogtreecommitdiff
path: root/stm/mpyconfig.h
diff options
context:
space:
mode:
authorDamien2013-11-09 20:15:48 +0000
committerDamien2013-11-09 20:15:48 +0000
commit39c6c59868032973a5f661353df9b6dcae643c70 (patch)
tree37cb388ddaa89e6607af0f6a0d5dbd4d10daeb3b /stm/mpyconfig.h
parent5c13dbf6ee260593b766cd5c82676692066f56c1 (diff)
STM: add LCD functions for pixel access; add RNG Py bindings.
Diffstat (limited to 'stm/mpyconfig.h')
-rw-r--r--stm/mpyconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stm/mpyconfig.h b/stm/mpyconfig.h
index 06a4bd8e0..3fa3ac652 100644
--- a/stm/mpyconfig.h
+++ b/stm/mpyconfig.h
@@ -14,3 +14,5 @@ typedef int32_t machine_int_t; // must be pointer size
typedef uint32_t machine_uint_t; // must be pointer size
typedef void *machine_ptr_t; // must be of pointer size
typedef float machine_float_t;
+
+machine_float_t machine_sqrt(machine_float_t x);