mirror of
https://github.com/m5stack/M5Bala.git
synced 2026-05-20 10:23:14 -07:00
updated
This commit is contained in:
@@ -18,12 +18,13 @@ This project used Arduino framework develop, you must install the necessary tool
|
||||
- Install M5Stack [USB Driver](https://github.com/m5stack/M5Stack#installing-the-usb-driver)
|
||||
- Install ESP32 Platform on PlatformIO
|
||||
- Open the M5Bala Project folder on PlatformIO
|
||||
- Build your project with *ctrl+alt+b* hotkey or using “Build” button on the PlatformIO Toolbar
|
||||
- Build your project with *ctrl+alt+b* hotkey or using **Build** button on the PlatformIO Toolbar
|
||||

|
||||
|
||||
### Dependent library
|
||||
- M5Stack - [https://github.com/m5stack/M5Stack](https://github.com/m5stack/M5Stack)
|
||||
- MPU6050_tockn - [https://github.com/tockn/MPU6050_tockn](https://github.com/tockn/MPU6050_tockn)
|
||||
- NeoPixelBus - [https://github.com/Makuna/NeoPixelBus](https://github.com/Makuna/NeoPixelBus)
|
||||
|
||||
### MicroPython
|
||||
- [Examples](./mpy)
|
||||
+1
-1
@@ -34,7 +34,7 @@
|
||||
|
||||
#define M5GO_WHEEL_ADDR 0x56
|
||||
#define MOTOR_CTRL_ADDR 0x00
|
||||
#define ENCODER_ADDR 0x04
|
||||
#define ENCODER_ADDR 0x04
|
||||
|
||||
|
||||
class M5Bala {
|
||||
|
||||
Reference in New Issue
Block a user