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 273649d commit 586868c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
[![test](https://github.com/JEISU20xx/robosys2024/actions/workflows/test.yml/badge.svg)](https://github.com/JEISU20xx/robosys2024/actions/workflows/test.yml)

## このリポジトリについて
大学の講義(ロボットシステム学)で使用するリポジトリです。

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

## リポジトリのダウンロード方法
## ダウンロード方法

1\. ターミナルで以下のコードを入力し、リポジトリをクローンしてください。
```
Expand All @@ -18,6 +17,12 @@ cd robosys2024
```

## morseコマンド
### クイックスタート
リポジトリをクローンし、ディレクトリに移動したら、以下のコードを入力してください。
morseコマンドが実行され、`hello,world`がモールス信号に変換されます。
```
echo "hello,world" | python3 ./morse
```
### 概要
- 入力された半角アルファベットと数字、特定の記号を、モールス信号に変換します。
- 半角アルファベットは大文字でも小文字でも変換されます。
Expand Down

0 comments on commit 586868c

Please sign in to comment.