-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d40ca0
commit 03fba4b
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
_ _ ____ _ _ _ | ||
/ \ / \ / ___(_)_ __ ___ _ _(_) |_ | ||
/ _ \ / _ \| | | | '__/ __| | | | | __| | ||
/ ___ \ / ___ \ |___| | | | (__| |_| | | |_ | ||
/_/ \_\/_/ \_\____|_|_| \___|\__,_|_|\__| | ||
|
||
|
||
|
||
Draw circuits using ASCII | ||
|
||
This is a pythonized version of the original (Borland Delphi) AACircuit. | ||
A kind of reversed engineered version, where the idea and GUI layout are taken from the original. | ||
|
||
For the ASCII representation, use copy or "Save ASCII". Use a monospaced font in your document, news- or mailclient! | ||
|
||
Library: every symbol has to be created for each of the four directions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/*! | ||
@mainpage AACircuit | ||
|
||
@author JvO (<A HREF="http://www.chaosgeordend.nl" TARGET="_top">www.chaosgeordend.nl</A>) \n | ||
Copyright (C) 2020 \n | ||
|
||
@section DownloadSourceCode Download | ||
Download AACircuit source code using following link: \n | ||
http://github.com/blokkendoos/AACircuit | ||
|
||
@section README README | ||
@verbinclude README.txt | ||
|
||
*/ | ||
|