From f73ff7d54d195867e38770e18ecdb6cf7bc1089e Mon Sep 17 00:00:00 2001 From: Apostolof Date: Sun, 5 May 2019 11:30:01 +0300 Subject: [PATCH] Minor fixes --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85b12b2..02d8ba7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# Real Time and Embedded Systems Task #1, 2018, AUTH +# Real Time and Embedded Systems Task #1, 2019, AUTH > Sampling accuracy testing using minimum energy possible -Flavours Without Borders is an *experimental* application developed as part of the course "Database Systems" assignment, that took place in the Department of Electrical & Computer Engineering at Aristotle University of Thessaloniki in 2018-2019. +This is an *experimental* application developed as part of the course "Real Time and Embedded Systems" assignment, that took place in the Department of Electrical & Computer Engineering at Aristotle University of Thessaloniki in 2018-2019. + +The goal is to test the accuracy of sampling in embedded systems using different techniques, while trying to minimize the energy consumption of the system. To this end, two approaches have been implemented and tested. The results are presented in the report pdf. --- @@ -13,7 +15,7 @@ make ``` and then run using: ```sh -./sample [-t time] [-d delta] [-o output] +./testSample [-t time] [-d delta] [-o output] ``` where: