File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed
Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ Examples
2+ ========
3+
4+ Below are documented some example programs that were developed for the
5+ package.
6+
7+ Morse
8+ -----
9+
10+ This is a very basic (and not very practical) example of using the man-machine
11+ interface beep signals of a TPS1200+ instrument to encode and relay an ASCII
12+ message in Morse code.
13+
14+ .. code-block :: text
15+
16+ usage: morse.py [-h] port intensity message
17+
18+ positional arguments:
19+ port serial port
20+ intensity beep intensity [1-100]
21+ message message to encode
22+
23+ options:
24+ -h, --help show this help message and exit
25+
26+ .. seealso ::
27+
28+ `morse.py <https://github.com/MrClock8163/GeoComPy/blob/main/examples/morse.py >`_
29+ CLI script
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Content
4848
4949 overview
5050 introduction
51+ examples
5152
5253.. toctree ::
5354 :maxdepth: 1
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ GeoComPy
1111
1212 overview
1313 introduction
14+ examples
1415
1516*****************
1617API documentation
You can’t perform that action at this time.
0 commit comments