Accurate Capacitance Calculator
Jed Marti KI7NNP
Wed Nov  8 09:37:26 2023
Version 1.01.006

Contents of this file:

manual.pdf       How to use the program.
caps             Linux executable.
rcaps            Raspberry PI executable.
caps.exe         Windows executable.
caps.c           Main program
readcaps.c       Read junk box capacitor values.
solutions.c      Different circuits, different solutions.
utils.c          Various utility functions.
Makefile         To compile - needs gcc.
64caps.dat       Permutation file for 4 to 64 capacitors
32caps           Test file of capacitor values.


Modifying the Makefile.

Linux: as is. Fix BIN for where to put the executable.
Windows: Comment out the lines following #Linux 64 style, uncomment
  the Windows GCC lines. Fix BIN for where to put the executable.

Revision History:
1.01.005 - Fixes.
1.01.006 - Allows 64 capacitors now.


