From 6f83a958a6553d67443debe7a2d499a02baaccea Mon Sep 17 00:00:00 2001 From: Junya Wada Date: Wed, 27 Nov 2024 15:51:24 +0900 Subject: [PATCH] add readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4cc47dd..98a9df1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # robosys2024 [![test](https://github.com/JEISU20xx/robosys2024/actions/workflows/test.yml/badge.svg)](https://github.com/JEISU20xx/robosys2024/actions/workflows/test.yml) + ロボットシステム学講義用リポジトリ +## morseコマンド +- 概要 + - 入力されたアルファベットと特定の記号を、モールス信号に変換します。 + - 対応していない文字や記号、空白は全て無視されます。 + ## 必要なソフトウェア - Python - テスト済みバージョン3.7~3.12