Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pdg137 committed Mar 3, 2023
1 parent b7a2724 commit d591700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

This repository includes example code and libraries for the Pololu 3pi+ 2040 Robot.

The 3pi+ 2040 Robot is a complete, high-performance mobile platform based on the Raspberry Pi RP2040 microcontroller. It has integrated motor drivers, encoders, a 128x64 graphical OLED display, six RGB LEDs, a buzzer, buttons, line sensors, front bump sensors, an LSM6DSO accelerometer and gyro, and an LIS3MDL compass. See the 3pi+ 2040 user's guide for more information.
The 3pi+ 2040 Robot is a complete, high-performance mobile platform based on the Raspberry Pi RP2040 microcontroller. It has integrated motor drivers, encoders, a 128x64 graphical OLED display, six RGB LEDs, a buzzer, buttons, line sensors, front bump sensors, an LSM6DSO accelerometer and gyro, and an LIS3MDL compass.

## Micropython
## MicroPython

Most features of the 3pi+ will work with the standard Micropython firmware compiled for the Pico, but you should install our 3pi-specific version for complete support and the latest bugfixes. You can check that you are on compatible firmware by connecting to the REPL and looking for the name of the board:

Expand All @@ -20,7 +20,7 @@ Type "help()" for more information.

You can also get firmware version information by running `import sys; sys.version` in the REPL or Python code.

The [micropython_demo](micropython_demo/) folder in this repository includes a variety of example programs as well as a complete Micropython library supporting the hardware on the robot. These examples include a [main.py](micropython_demo/main.py) file that runs automatically on boot and allows you to select other Python programs to run from a menu. See that file for details about how to customize it for your own application.
The [micropython_demo](micropython_demo/) folder in this repository includes a variety of example programs as well as a complete MicroPython library supporting the hardware on the robot. These examples include a [main.py](micropython_demo/main.py) file that runs automatically on boot and allows you to select other Python programs to run from a menu. See that file for details about how to customize it for your own application.

## C/C++

Expand Down

0 comments on commit d591700

Please sign in to comment.