Added more info to Tiny2040 feature list

This commit is contained in:
ZodiusInfuser 2021-06-10 13:08:38 +01:00
parent 3faa4fc851
commit 28281a38b6

View file

@ -20,7 +20,8 @@ A postage stamp sized RP2040 development board with a USB-C connection, perfect
* User controllable RGB LED
* Twelve IO pins (including four 12-bit ADC channels)
* Switch for basic input (doubles up as DFU select on boot)
* On-board 3V3 regulator
* On-board 3V3 regulator (max regulator current output 300mA)
* Input voltage range 3V - 5.5V
## About the RP2040
The RP2040 microcontroller is a dual core ARM Cortex M0+ running at up to 133Mhz. It bundles in 264kB of SRAM, 30 multifunction GPIO pins (including a four channel 12-bit ADC), a heap of standard peripherals (I2C, SPI, UART, PWM, clocks, etc), and USB support.