rubber-ducky-library-for-arduino
rubber-ducky-library-for-arduino copied to clipboard
Converted into Arduino-style library
Was really excited to use this library. However I was shocked at its bad style of code.
I converted it into a library which can easily be imported and used without having the giant amount of functions at the top. You now simply add a #include <Rubber_Ducky.h>
to the top of your file and everything is imported.