add joyC github example link

This commit is contained in:
Gitshaoxiang
2020-04-01 18:37:46 +08:00
parent 874bdbb8f1
commit 286d5bd071
4 changed files with 25 additions and 10 deletions
+2 -2
View File
@@ -826,7 +826,7 @@ mark {
.anchor-box {
position: fixed;
top: 30%;
top: 25%;
left: 50px;
display: -webkit-flex;
display: flex;
@@ -931,7 +931,7 @@ mark {
@media screen and (max-width:768px) {
.anchor-box {
position: fixed;
top: 45%;
top: 35%;
left: auto;
right: -120px;
display: -webkit-flex;
+12 -6
View File
@@ -254,7 +254,7 @@ body[data-page="zh_CN/quick_start/m5stickc/m5stickc_quick_start.md"] article.mar
.mask-btn1 {
position: relative;
top: 60px;
top: 50px;
left: 30px
}
@@ -826,7 +826,7 @@ mark {
.anchor-box {
position: fixed;
top: 30%;
top: 25%;
left: 50px;
display: -webkit-flex;
display: flex;
@@ -905,7 +905,7 @@ mark {
@media screen and (max-width:1580px) {
.anchor-box {
left: 30px
left: 20px
}
}
@@ -916,16 +916,22 @@ mark {
}
}
@media screen and (max-width:1000px) {
@media screen and (max-width:1100px) {
.anchor-box {
left: -30px
left: -12px
}
}
@media screen and (max-width:980px) {
.anchor-box {
left: -34px
}
}
@media screen and (max-width:768px) {
.anchor-box {
position: fixed;
top: 45%;
top: 35%;
left: auto;
right: -120px;
display: -webkit-flex;
+6 -1
View File
@@ -46,7 +46,12 @@
<img src="assets\img\product_pics\hat\JoyC_hat\JoyC.png" width="50%" height="50%">
- **[Arduino](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/JoyC)**
- **Arduino**
Use with RoverC HAT, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/JoyC)
Use alone [here](https://github.com/m5stack/M5StickC/blob/master/examples/Hat/JoyC/JoyC.ino)
<script>
+5 -1
View File
@@ -49,7 +49,11 @@
- **Arduino**
获取[Arduino](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/JoyC)例程
配合JoyC HAT使用 [点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/JoyC),获取完整程序.
单独使用 [点击此处](https://github.com/m5stack/M5StickC/blob/master/examples/Hat/JoyC/JoyC.ino),获取完整程序.
## 相关视频