From ac9ca205666e2921b9181307e662d70aeec32f0a Mon Sep 17 00:00:00 2001 From: Alan Wang <44191076+alankrantas@users.noreply.github.com> Date: Sun, 9 Jan 2022 21:58:31 +0800 Subject: [PATCH] Update README.md --- rc_car/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rc_car/README.md b/rc_car/README.md index 82eba5c..31a6adf 100644 --- a/rc_car/README.md +++ b/rc_car/README.md @@ -34,11 +34,13 @@ If you have a micro:bit extension board that offer 5V output (either from USB co Copy the content of following MicroPython code into the [official Python editor](https://python.microbit.org/v/2), connect the board and flash it: -* [Controller](https://github.com/alankrantas/microbit-micropython-cookbook/blob/master/rc_car/rc_controller.py) -* [Car](https://github.com/alankrantas/microbit-micropython-cookbook/blob/master/rc_car/rc_car.py) +* [Controller](https://github.com/alankrantas/microbit-micropython-cookbook/blob/master/rc_car/rc_controller.py) (to the V2 on the car) +* [Car](https://github.com/alankrantas/microbit-micropython-cookbook/blob/master/rc_car/rc_car.py) (to a V2 or V1) In both scripts the ```RADIO_CHANNEL``` variable defines the radio channel shared between the controller and the car. Change it if you are going to operate near other people also using micro:bit's radio functions. ### Control -Tilt the controller to different directions +Tilt the controller to different directions. Direction arraws would show on both the controller and the car. + +The controller can be connected to any USB or battery power.