mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add joyC github example link
This commit is contained in:
Vendored
+2
-2
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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),获取完整程序.
|
||||
|
||||
|
||||
|
||||
## 相关视频
|
||||
|
||||
|
||||
Reference in New Issue
Block a user