Thomas Buck vor 1 Monat
Ursprung
Commit
e3e5ac91de
2 geänderte Dateien mit 5 neuen und 2 gelöschten Zeilen
  1. 3
    0
      README.md
  2. 2
    2
      docs/generate_docs.sh

+ 3
- 0
README.md Datei anzeigen

@@ -1,5 +1,8 @@
1 1
 # LARS - Looping Automated Rhythm Station
2 2
 
3
+![PCB](https://github.com/xythobuz/lars/actions/workflows/kicad.yml/badge.svg)
4
+![Docs](https://github.com/xythobuz/lars/actions/workflows/docs.yml/badge.svg)
5
+
3 6
 This is a simple drum machine / loopstation.
4 7
 It's made for three hand-wound solenoids mounted to a tambourine.
5 8
 It is controlled by a Raspberry Pi Pico on a custom PCB.

+ 2
- 2
docs/generate_docs.sh Datei anzeigen

@@ -32,9 +32,9 @@ INPCB="drumkit.kicad_pcb"
32 32
 cd "$(dirname "$0")"
33 33
 
34 34
 #echo "Generating plots"
35
-#rm -rf src/plot
35
+rm -rf src/plot
36 36
 #../pcb/generate_plot.sh
37
-#cp -r ../pcb/plot src
37
+cp -r ../pcb/plot src
38 38
 #echo
39 39
 
40 40
 for IN in $INSCH

Laden…
Abbrechen
Speichern