Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: azonenberg/starshipraider
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 79e560100a94
Choose a base ref
...
head repository: azonenberg/starshipraider
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a7d2cc6ddacc
Choose a head ref
  • 1 commit
  • 17 files changed
  • 1 contributor

Commits on Mar 23, 2021

  1. Initial draft of AKL-PT2 manual. Still pending final figures of test …

    …setup and rise/fall times and typical waveforms.
    azonenberg committed Mar 23, 2021
    Copy the full SHA
    a7d2cc6 View commit details
6 changes: 6 additions & 0 deletions doc/akl-pt2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.aux
*.log
*.toc
*.out
*.pdf
.~lock*
3 changes: 3 additions & 0 deletions doc/akl-pt2/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
all:
pdflatex *.tex
pdflatex *.tex
Loading