diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..117ca86 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +dev/* +*.pdn \ No newline at end of file diff --git a/Readme.md b/Readme.md index 2807e10..529ef89 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ -Arduino HID Project 2.0 -======================= +Arduino HID Project 2.0 (Uno/Mega/Leonardo/Micro) +================================================= +![Header Picture](header.jpg) + This project went through a lot of phases and has now reached an HID library with 3 software solutions. The idea is to enable enhanced USB functions to almost all 'standard' Arduino boards. This is done with slightly different methods for different boards. diff --git a/header.jpg b/header.jpg new file mode 100644 index 0000000..d87032a Binary files /dev/null and b/header.jpg differ