From 598305d8c584671609b765994ff97aa9d44de491 Mon Sep 17 00:00:00 2001 From: EmanuelFeru Date: Mon, 21 Oct 2019 08:30:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 366008b..fc33cf2 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ A good example of control via UART, eg. from an Arduino or raspberryPi, can be f https://github.com/p-h-a-i-l/hoverboard-firmware-hack ### Future work - - conversion of the remaining filters (for the battery voltage, current, and temperature) from floating point to fixed-point. This will reduce further the SMT32 computational load + - conversion of the remaining filters (for the battery voltage, current, and temperature) from floating point to fixed-point. This will reduce further the SMT32 computational load -> DONE --- ## Acknowledgements