From e1459a347ad4922c661a58cafc9e87e37fdbf087 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Tue, 28 Nov 2023 11:12:37 +0000 Subject: [PATCH] Add README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..731befe --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +RoboidControl is a cross platform framework to control autonomous robots. This library contains the generic functionality. Most projects will use one of the platform-specific implementations: +* [RoboidControl for Arduino](https://gitlab.passervr.com/passer/arduino/roboidcontrol)