summaryrefslogtreecommitdiffstats
path: root/ruby/dump.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/dump.rb')
-rw-r--r--ruby/dump.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/ruby/dump.rb b/ruby/dump.rb
deleted file mode 100644
index 471d6d4..0000000
--- a/ruby/dump.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-`rm temp-dump.bin`
-`avrdude -c usbtiny -p t85 -U flash:r:temp-dump.bin:r`
-puts open('temp-dump.bin').read(30).bytes.to_a.map { |x| x.to_s(16) }.join(' ')