From 87adc8faff276e5c980bc84544794617942714a7 Mon Sep 17 00:00:00 2001 From: Onur Cayci Date: Sun, 25 Oct 2020 19:18:41 -0400 Subject: [PATCH] Update README.md --- stm-optimization/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stm-optimization/README.md b/stm-optimization/README.md index c703e89..1e97a4a 100644 --- a/stm-optimization/README.md +++ b/stm-optimization/README.md @@ -1,2 +1,3 @@ -# stm-optimization -Comparing C and Assembly languages performances on STM32L4 by implementing three methods: find maximum value in array, two array element-wise multiplication and standard deviation. +# Code Optimization on Microprocessor + +Comparing C and Assembly languages performances on STM32L475 by implementing three methods: find maximum value in array, two array element-wise multiplication and standard deviation.