Update for 07-01-22 12:30
This commit is contained in:
parent
cc4615d6dc
commit
97a93bebf8
@ -4,6 +4,17 @@ Raspberry pi's micrcontroler, based on the RP2040
|
|||||||
|
|
||||||
See datasheet https://datasheets.raspberrypi.org/pico/pico-datasheet.pdf
|
See datasheet https://datasheets.raspberrypi.org/pico/pico-datasheet.pdf
|
||||||
|
|
||||||
|
== Pins ==
|
||||||
|
|
||||||
|
* VBUS is the 5V from the USB
|
||||||
|
* VSYS is the input voltage, from 2V to 5V. There is an on board voltage
|
||||||
|
regulator to bring it down to 3.3V
|
||||||
|
* 3V3 is 3.3 volt output with a max draw of 300ma
|
||||||
|
* 3V3_EN is an input that allows you to shut off the internal voltage regulator
|
||||||
|
* RUN is the reset line
|
||||||
|
* Pins GP28 - GP 26 have ADC's attached, with a 12 bit resolution
|
||||||
|
|
||||||
|
|
||||||
== Interrupts ==
|
== Interrupts ==
|
||||||
|
|
||||||
Hardware interrupts uses standard ARM nested vectored interrupt controller.
|
Hardware interrupts uses standard ARM nested vectored interrupt controller.
|
||||||
|
Loading…
Reference in New Issue
Block a user