We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3886a commit 7b6f91fCopy full SHA for 7b6f91f
README.md
@@ -1,2 +1,7 @@
1
-# Sparky
2
-A scripting tool for Digispark microcontroller development board that converts BadUSB scripts into Arduino IDE sketches.
+# What is Sparky?
+Sparky is a GUI tool that converts your BadUSB or Ducky script to an Arduino Sketch (.ino) so you can upload it to your Digispark.
3
+
4
+# How to use?
5
+Simply run the Sparky.py code, write or paste your Ducky script and press "Convert" button.
6
+Your Arduino code will be ready to copy or you can simply save it as an .ino file.
7
+You can change the name of you .ino sketch name.
0 commit comments