Fixed typos in README.md
This commit is contained in:
parent
e6c2effbb1
commit
7c4c955924
|
@ -1,7 +1,7 @@
|
||||||

|

|
||||||
|
|
||||||
# DigiSpark-Scripts
|
# DigiSpark-Scripts
|
||||||
This is a set of hand-written DigiSpark sketches for the Arduino IDE that utilize the DigiKeyboard.h library making the DigiSpark to act as a keyboard and execute a variety of actions. If you have found a USB Rubber Ducky scipt that you want to convert to a DigiSpark sketch, you can always use digiQuack a tool which can be found in my repositories.
|
This is a set of hand-written DigiSpark sketches for the Arduino IDE that utilize the DigiKeyboard.h library making the DigiSpark to act as a keyboard and execute a variety of actions. If you have found a USB Rubber Ducky scipt that you want to convert to a DigiSpark sketch, you can always use digiQuack, a tool which can be found in my repositories.
|
||||||
|
|
||||||
# Instructions
|
# Instructions
|
||||||
Configure the Arduino IDE for the DigiSpark using: https://digistump.com/wiki/digispark/tutorials/connecting or Seytonic's tutorial: https://youtu.be/fGmGBa-4cYQ. Then download one of scripts (sketches), open them with Arduino IDE, modify them if needed and upload them to the DigiSpark.
|
Configure the Arduino IDE for the DigiSpark using: https://digistump.com/wiki/digispark/tutorials/connecting or Seytonic's tutorial: https://youtu.be/fGmGBa-4cYQ. Then download one of scripts (sketches), open them with Arduino IDE, modify them if needed and upload them to the DigiSpark.
|
||||||
|
@ -22,6 +22,6 @@ Configure the Arduino IDE for the DigiSpark using: https://digistump.com/wiki/di
|
||||||
>WiFi_Profile_Mailer : Writes the wireless network credentials to a csv file and emails it.
|
>WiFi_Profile_Mailer : Writes the wireless network credentials to a csv file and emails it.
|
||||||
|
|
||||||
# Credits and resources:
|
# Credits and resources:
|
||||||
p0wc0w for the original WiFi Grabber and Mailer Scripts
|
p0wc0w for the original WiFi Grabber and Mailer Scripts.
|
||||||
hak5darren for the USB Rubber Ducky Documentation: https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript
|
hak5darren for the USB Rubber Ducky Documentation: https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript
|
||||||
Digistump for the DigiSpark and their documentation: https://github.com/digistump/DigisparkArduinoIntegration/blob/master/libraries/DigisparkKeyboard/DigiKeyboard.h
|
Digistump for the DigiSpark and their documentation: https://github.com/digistump/DigisparkArduinoIntegration/blob/master/libraries/DigisparkKeyboard/DigiKeyboard.h
|
||||||
|
|
Loading…
Reference in New Issue