Finds networks of resistors to approximate resistances.
Revision | 8d66e8e1b770dc983a8c54cbe5ff941209a38d7b (tree) |
---|---|
Zeit | 2020-03-11 15:42:57 |
Autor | AlaskanEmily <emily@alas...> |
Commiter | AlaskanEmily |
Add license
@@ -1,3 +1,8 @@ | ||
1 | +% Copyright (c) 2020, AlaskanEmily | |
2 | +% This Source Code Form is subject to the terms of the Mozilla Public | |
3 | +% License, v. 2.0. If a copy of the MPL was not distributed with this | |
4 | +% file, You can obtain one at https://mozilla.org/MPL/2.0/. | |
5 | + | |
1 | 6 | :- module resistors. |
2 | 7 | |
3 | 8 | %=============================================================================% |