summaryrefslogtreecommitdiffstats
path: root/firmware/dump.rb
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-30 14:22:04 +1000
committerJenna Fox <a@creativepony.com>2012-09-30 14:22:04 +1000
commit4ab39b1d0cdcbac838d2d15acd532493a33a3764 (patch)
tree972c70655fd58638eb487048981e6e3b4154b3e7 /firmware/dump.rb
parentd919861396dd343bcc7132b6358b3a286228cc89 (diff)
downloadmicronucleus-4ab39b1d0cdcbac838d2d15acd532493a33a3764.tar.gz
micronucleus-4ab39b1d0cdcbac838d2d15acd532493a33a3764.tar.bz2
micronucleus-4ab39b1d0cdcbac838d2d15acd532493a33a3764.zip
cleaning up directory structures
Diffstat (limited to 'firmware/dump.rb')
-rw-r--r--firmware/dump.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/dump.rb b/firmware/dump.rb
deleted file mode 100644
index 471d6d4..0000000
--- a/firmware/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(' ')