aboutsummaryrefslogtreecommitdiff
path: root/datasheets
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-02-27 20:29:09 +0100
committerlonkaars <loek@pipeframe.xyz>2022-02-27 20:29:09 +0100
commitff222422cdef41f96f6a2d2508c033a7cc7a91e9 (patch)
tree19a4e6680a6abd7d85b6cb7b3803372fe3440cd3 /datasheets
parent3f3b9d8ae9c8fd7f8ba1dd7d34537e65c6ecc731 (diff)
more work
Diffstat (limited to 'datasheets')
-rwxr-xr-xdatasheets/download.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/datasheets/download.sh b/datasheets/download.sh
new file mode 100755
index 0000000..36cf280
--- /dev/null
+++ b/datasheets/download.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+cd $(dirname $0)
+wget https://www.ti.com/lit/ds/symlink/lm386.pdf -O lm386.pdf
+wget https://www.ti.com/lit/ds/symlink/lm3914.pdf -O lm3914.pdf
+wget https://www.ti.com/lit/ds/symlink/ne555.pdf -O 555.pdf
+wget https://docs.broadcom.com/doc/AV02-1798EN -O hdsp4832.pdf
+