From a603ff9a4caa293fc8c9c2eb296e817b8beb923a Mon Sep 17 00:00:00 2001 From: Mikkel Troels Kongsted Date: Fri, 20 Mar 2026 11:50:49 +0100 Subject: [PATCH] add journal.md --- README.md | 4 ++-- journal.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 journal.md diff --git a/README.md b/README.md index a4c5fc8..ebd44d9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# template -Empty Template +# Skate project + diff --git a/journal.md b/journal.md new file mode 100644 index 0000000..9b2cec3 --- /dev/null +++ b/journal.md @@ -0,0 +1,5 @@ +# Work log + +## march 20 + +We made a arduino program that prints acceleration and angular acceleration. We also worked on a program for drawing graphs of the different acceleration inputs from the arduino. We decided to use a ESP32 board and a MPU6050 sensor and ordered them.