From 93e97c85c68242364d853760a822aa303a9f4b47 Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 22 May 2023 10:32:23 +0200 Subject: [PATCH] test --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 580f7ba..39deb9e 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ ## About -#### Why change +####1. Why change - To write or edit computer code, program an arduino etc... we use IDE (integrated development environment) - Many very complete graphic software exist to do that like VScode from microsoft or Atom. +To write or edit computer code, program an arduino etc... we use IDE (integrated development environment) +Many very complete graphic software exist to do that like VScode from microsoft or Atom. - So why not use them ? They have drawbacks: +So why not use them ? They have drawbacks: - * They are resource intensive, lots of RAM (~1.3 GB, about 18,000 times more than the Apollo 11 mission that sent the first men to the moon :/ ) +* They are resource intensive, lots of RAM (~1.3 GB, about 18,000 times more than the Apollo 11 mission that sent the first men to the moon :/ ) * They are quite difficult to debug because of the large abstraction layers that make them up * They don't work without a graphical system (through ssh, on a server or a Raspberry Pi) * It is sometimes difficult to make them do something simple if it was not planned by the developers