update nav mobile style

This commit is contained in:
Sean
2021-03-09 12:37:04 +08:00
parent dc3854120e
commit fbabefc0df
8 changed files with 311 additions and 276 deletions
+20
View File
@@ -144,6 +144,26 @@
- [Arduino Example Code](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/GRBL13.2)
```clike
GrblControl.h-API
//Initialize
void Init();
//Initialize, and set the three-axis step length and acceleration.
void Init(uint32_t x_step, uint32_t y_step,uint32_t z_step,uint32_t acc);
//Gocde
void Gcode(char *c);
//Control x, y, z offset and motor speed
void SetMotor(int x=0, int y=0, int z=0, int speed=300);
```
- [配置参考文档](https://github.com/grbl/grbl/wiki/Configuring-Grbl-v0.7)
<script>
var purchase_link = 'https://m5stack.com/products/grbl-module-13-2-stepmotor-driver-drv8825';