Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wada-jun8 authored Nov 28, 2024
1 parent 8687832 commit 196396d
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## このリポジトリについて
- 大学の講義(ロボットシステム学)で使用するものです。
- 対応する文字をモールス信号に変換するmorseコマンドを提供します
- 対応する文字をモールス信号に変換するmorseコマンドを作成しました

## ダウンロード方法

Expand All @@ -29,17 +29,15 @@ echo "hello,world" | python3 ./morse
- 各モールス信号の間にはスペースが挿入されます。

### 対応している文字や記号
| | | | | | | | |
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|a |b |c |d |e |f |g |h |
|i |j |k |l |m |n |o |p |
|q |r |s |t |u |v |w |x |
|y |z | | | | | | |
| | | | | | | | |
|0 |1 |2 |3 |4 |5 |6 |7 |
|8 |9 | | | | | | |
| | | | | | | | |
|. |, |? |- |/ |@ | | |
| | | | | | | | | | |
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|a |b |c |d |e |f |g |h |i |j |
|k |l |m |n |o |p |q |r |s |t |
|u |v |w |x |y |z | | | | |
| | | | | | | | | | |
|0 |1 |2 |3 |4 |5 |6 |7 |8 |9 |
| | | | | | | | | | |
|. |, |? |- |/ |@ | | | | |

### 実行方法
#### 方法1:実行後に文字を入力
Expand Down

0 comments on commit 196396d

Please sign in to comment.