Update table formatting
This commit is contained in:
parent
c42344842a
commit
202f763ff9
1 changed files with 13 additions and 12 deletions
|
|
@ -16,18 +16,19 @@ features:
|
||||||
The Raspberry Pi Pico is a microcontroller board based on the Raspberry Pi RP2040 microcontroller chip. It has been designed to be a low-cost, high-performance microcontroller board with flexible digital interfaces. The Raspberry Pi Pico features two ARM Cortex-M0+ cores run up to 133MHz; 256KB RAM; 30 GPIO pins; and a broad range of interfacing options. This is paired with 2MB/4MB/8MB/16MB of onboard QSPI Flash memory for code and data storage.
|
The Raspberry Pi Pico is a microcontroller board based on the Raspberry Pi RP2040 microcontroller chip. It has been designed to be a low-cost, high-performance microcontroller board with flexible digital interfaces. The Raspberry Pi Pico features two ARM Cortex-M0+ cores run up to 133MHz; 256KB RAM; 30 GPIO pins; and a broad range of interfacing options. This is paired with 2MB/4MB/8MB/16MB of onboard QSPI Flash memory for code and data storage.
|
||||||
|
|
||||||
**Specifications:**
|
**Specifications:**
|
||||||
- RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom
|
|
||||||
- Dual-core Arm Cortex M0+ processor, flexible clock running up to 133 MHz
|
- RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom
|
||||||
- 264KB of SRAM, and 2MB/4MB/8MB/16MB of on-board Flash memory
|
- Dual-core Arm Cortex M0+ processor, flexible clock running up to 133 MHz
|
||||||
- USB 1.1 with device and host support
|
- 264KB of SRAM, and 2MB/4MB/8MB/16MB of on-board Flash memory
|
||||||
- Low-power sleep and dormant modes
|
- USB 1.1 with device and host support
|
||||||
- Drag-and-drop programming using mass storage over USB
|
- Low-power sleep and dormant modes
|
||||||
- 26 × multi-function GPIO pins
|
- Drag-and-drop programming using mass storage over USB
|
||||||
- 2 × SPI, 2 × I2C, 2 × UART, 3 × 12-bit ADC, 16 × controllable PWM channels
|
- 26 × multi-function GPIO pins
|
||||||
- Accurate clock and timer on-chip
|
- 2 × SPI, 2 × I2C, 2 × UART, 3 × 12-bit ADC, 16 × controllable PWM channels
|
||||||
- Temperature sensor
|
- Accurate clock and timer on-chip
|
||||||
- Accelerated floating-point libraries on-chip
|
- Temperature sensor
|
||||||
- 8 × Programmable I/O (PIO) state machines for custom peripheral support
|
- Accelerated floating-point libraries on-chip
|
||||||
|
- 8 × Programmable I/O (PIO) state machines for custom peripheral support
|
||||||
|
|
||||||
## Purchase
|
## Purchase
|
||||||
* [Aliexpress](https://www.aliexpress.com/item/3256803521775546.html)
|
* [Aliexpress](https://www.aliexpress.com/item/3256803521775546.html)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue