commit caf4fa26f39d8119c825fa79ad6c915e591ccc2e Author: Holger Frey Date: Tue Aug 8 16:05:40 2017 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7917905 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# ---> Windows +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + diff --git a/README.md b/README.md new file mode 100644 index 0000000..fedcbe4 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# arduino-boards + +Data sheets and libraries for different arduino boards \ No newline at end of file