Skip to content

Commit 701e4db

Browse files
authored
Update README.md
1 parent 48e12da commit 701e4db

File tree

1 file changed

+20
-36
lines changed

1 file changed

+20
-36
lines changed

README.md

Lines changed: 20 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,26 @@
11
# mBot2 Python
22
Control mBot2 with Python
33

4-
# CyberPi Example Code
4+
# Example Usage
55

6-
1. RGB LED
7-
- [Set Color](https://github.com/PerfecXX/mBot2-Python/blob/main/example/cyberpi/01-RGB%20LED/01-set_color.py)
8-
- [Blink](https://github.com/PerfecXX/mBot2-Python/blob/main/example/cyberpi/01-RGB%20LED/02-blink.py)
9-
- [Play Animation Effect](https://github.com/PerfecXX/mBot2-Python/blob/main/example/cyberpi/01-RGB%20LED/03-play_effect.py)
10-
- [Shifting Position](https://github.com/PerfecXX/mBot2-Python/blob/main/example/cyberpi/01-RGB%20LED/04-shifting_led.py)
11-
2. Sensing
12-
- Button
13-
- [Button Pressed](https://github.com/PerfecXX/mBot2-Python/blob/main/example/cyberpi/02-Sensing/01-Button/01-button_pressed.py)
14-
- Light
15-
- [Light Intensify](https://github.com/PerfecXX/mBot2-Python/blob/main/example/cyberpi/02-Sensing/02-Light/01-light_intensify.py)
16-
- Loudness
17-
- [Loudness](https://github.com/PerfecXX/mBot2-Python/blob/main/example/cyberpi/02-Sensing/03-Loudness/01-get_loudness.py)
18-
- Battery
19-
- [Battery Level](https://github.com/PerfecXX/mBot2-Python/blob/main/example/cyberpi/02-Sensing/04-Battery/01-battery_level.py)
20-
3. Color Display
21-
- Console
22-
- [Print Message](https://github.com/PerfecXX/mBot2-Python/blob/main/example/cyberpi/03-Display/01-Console/01-print.py)
23-
- [Basic CyberPi Info](https://github.com/PerfecXX/mBot2-Python/blob/main/example/cyberpi/03-Display/01-Console/02-basic_info.py)
24-
- Display
25-
4. Audio
26-
5. Motion Sensing
27-
6. LAN
28-
7. AI
29-
8. IoT
6+
- [CyberPi](https://github.com/PerfecXX/Python-mBot2/tree/main/example/cyberpi)
7+
- [Audio](https://github.com/PerfecXX/Python-mBot2/tree/main/example/cyberpi/04-Audio)
8+
- [LED](https://github.com/PerfecXX/Python-mBot2/tree/main/example/cyberpi/01-RGB%20LED)
9+
- [Display](https://github.com/PerfecXX/Python-mBot2/tree/main/example/cyberpi/03-Display)
10+
- [Motion Sensing](https://github.com/PerfecXX/Python-mBot2/tree/main/example/cyberpi/05-Motion%20Sensing)
11+
- [Sensing](https://github.com/PerfecXX/Python-mBot2/tree/main/example/cyberpi/02-Sensing)
12+
- [LAN](https://github.com/PerfecXX/Python-mBot2/tree/main/example/cyberpi/07-LAN)
13+
- [AI](https://github.com/PerfecXX/Python-mBot2/tree/main/example/cyberpi/09-AI)
14+
- [IoT](https://github.com/PerfecXX/Python-mBot2/tree/main/example/cyberpi/08-Cloud)
15+
- [mBot2 Shield](https://github.com/PerfecXX/Python-mBot2/tree/main/example/mBot2)
16+
- [mBot2 Chassis](https://github.com/PerfecXX/Python-mBot2/tree/main/example/mBot2/01-mBot2%20Chassis)
17+
- [mBot2 Extension Port](https://github.com/PerfecXX/Python-mBot2/tree/main/example/mBot2/02-mBot2%20Extension%20Port)
18+
- [mBuild](https://github.com/PerfecXX/Python-mBot2/tree/main/example/mbuild)
19+
- [Ultrasonic Sensor 2](https://github.com/PerfecXX/Python-mBot2/tree/main/example/mbuild/01-Ultrasonic%20Sensor2)
20+
- [Quad RGB Sensor](https://github.com/PerfecXX/Python-mBot2/tree/main/example/mbuild/02-Quad%20RGB%20Sensor)
21+
- [Bluetooth Controller](https://github.com/PerfecXX/Python-mBot2/tree/main/example/gamepad)
3022

31-
# mBot2 Sheild Example Code
23+
# Project
3224

33-
1. Encoder Motor
34-
2. Servo Motor
35-
3. DC Motor
36-
37-
# mBuild Example Code
38-
39-
1. [Ultrasonic Sensor](https://github.com/PerfecXX/Python-mBot2/tree/main/example/mbuild/01-Ultrasonic%20Sensor2)
40-
2. [Quard RGB Sensor](https://github.com/PerfecXX/Python-mBot2/tree/main/example/mbuild/02-Quad%20RGB%20Sensor)
41-
3. Smart Camera
42-
4. [GamePad JoyStick Controller](https://github.com/PerfecXX/Python-mBot2/tree/main/example/gamepad)
25+
- mBot2 Bluetooth Controller
26+
- mBot2 LineTracker

0 commit comments

Comments
 (0)