Skip to content

Commit 1499ccc

Browse files
committed
バージョン番号の変更
1 parent 6259850 commit 1499ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ATOM Babies は M5Stack 社の<a href="https://shop.m5stack.com/collections/atom
2222

2323
### Arduino IDE
2424

25-
[https://github.com/3110/atom-babies-arduino/archive/refs/tags/v0.0.2.zip](https://github.com/3110/atom-babies-arduino/archive/refs/tags/v0.0.2.zip) をダウンロードし,メニューの「スケッチ」-「ライブラリをインクルード」-「.ZIP 形式のライブラリをインストール...」を選択して ZIP ファイルを読み込みます。読み込み後,念のために Arduino IDE を再起動してください。
25+
[https://github.com/3110/atom-babies-arduino/archive/refs/tags/v0.0.3.zip](https://github.com/3110/atom-babies-arduino/archive/refs/tags/v0.0.3.zip) をダウンロードし,メニューの「スケッチ」-「ライブラリをインクルード」-「.ZIP 形式のライブラリをインストール...」を選択して ZIP ファイルを読み込みます。読み込み後,念のために Arduino IDE を再起動してください。
2626

2727
サンプルはメニューの「ファイル」-「スケッチ例」にある「カスタムライブラリのスケッチ例」から「ATOM Babies」を選択し,「AllFaces」「Blink」「Bow」「Greeting」のいずれかを選びます。
2828

src/AtomBabiesVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#define VER_STR(x, y, z) (STR(x) "." STR(y) "." STR(z))
55
#define ATOM_BABIES_VERSION_MAJOR 0
66
#define ATOM_BABIES_VERSION_MINOR 0
7-
#define ATOM_BABIES_VERSION_REVISION 2
7+
#define ATOM_BABIES_VERSION_REVISION 3
88
#define ATOM_BABIES_VERSION \
99
VER_STR(ATOM_BABIES_VERSION_MAJOR, ATOM_BABIES_VERSION_MINOR, \
1010
ATOM_BABIES_VERSION_REVISION)

0 commit comments

Comments
 (0)