From 1fa6ca8e2294fee98cdb1126a37bdcca22ad14ad Mon Sep 17 00:00:00 2001
From: jiangfuzhi
Date: Fri, 10 Jul 2020 10:50:24 +0800
Subject: [PATCH 1/3] complete img
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 514c776..695dbb6 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,14 @@ Here are some related tutorials to help you get started with BitGadget Kit.
### 1.1 Implementation
We'll make a LED controller that shows different light displays by rotating the rotary angle sensor.
-
+
### 1.2 Write a Program
Let's go to MakeCode: https://makecode.microbit.org
Create a new project. Firstly add a "forever" block and connect the block "plot bar graph of up to" into it. Then add a "analog read pin" block. Set the maximum as 1023, which is the greatest value that the rotary angle sensor can produce. Finally, connect a "pause" block and set the time delay as 1,000 millisecond.
- 
+
### 1.3 Connect a Device
From c48b2dc190d0c24c95d4c6a041b8e671d6a484af Mon Sep 17 00:00:00 2001
From: jiangfuzhi
Date: Fri, 10 Jul 2020 11:23:26 +0800
Subject: [PATCH 2/3] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 695dbb6..23a8097 100644
--- a/README.md
+++ b/README.md
@@ -44,8 +44,8 @@ Let's take the challenge to another level. In this project, we'll make the RGB L
Step 2 Select "Extensions" from the drop-down list which takes you to the extensions page.

-Step 3 Input the address of the BitGadget Kit extension into the search box: https://github.com/TinkerGen/pxt-Bit-GadgetKit or input key word: **Bit GadgetKit**
-
+Step 3 Input the key word of the BitGadget Kit extension into the search box: Bit GadgetKit or bit-gadgetkit
+
If a prompt says that this extension does not exist, please close the browser and try again.
From 4495416d7bcd7d85f2324759c12426b5520469bf Mon Sep 17 00:00:00 2001
From: jiangfuzhi
Date: Fri, 10 Jul 2020 15:49:01 +0800
Subject: [PATCH 3/3] modify pxt.json
---
pxt.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pxt.json b/pxt.json
index ecd09e9..c28f735 100644
--- a/pxt.json
+++ b/pxt.json
@@ -6,8 +6,8 @@
"dependencies": {
"core": "*",
"radio": "*",
- "BitMaker": "github:TinkerGen/pxt-BitMaker#v0.1.3",
- "Grove": "github:TinkerGen/pxt-Grove#v0.1.0",
+ "BitMaker": "github:TinkerGen/pxt-BitMaker#v0.1.4",
+ "Grove": "github:TinkerGen/pxt-Grove#v0.1.1",
"neopixel": "github:microsoft/pxt-neopixel#v0.6.10"
},
"files": [