From 56cbdb3c2ce0abdcdffca057c7d6d11c98f348c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20=C3=81ngel=20S=C3=A1nchez?= Date: Sat, 22 Aug 2020 15:19:35 +0100 Subject: [PATCH] Initial commit --- .gitignore | 33 +++------------------------------ README.md | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index 259148f..2e0589b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,5 @@ -# Prerequisites -*.d +.directory -# Compiled Object files -*.slo -*.lo -*.o -*.obj +TODO.txt -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries -*.so -*.dylib -*.dll - -# Fortran module files -*.mod -*.smod - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app +build/ \ No newline at end of file diff --git a/README.md b/README.md index db40310..3bbeb00 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # arduino-robot-car Repository for a 4-wheel robot car based on Arduino for the "Elegoo Smart Robot Car Kit V3.0 Plus" and similar ones. + +## Requirements + + +## Installation + + +## Usage + + +## Contributing +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. + +## License +[GPL-3.0](https://choosealicense.com/licenses/gpl-3.0/) \ No newline at end of file