Adds fixed pin information #5
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR declares binary information of several I/O Pins:
PR relates to
README.mdPinout section #24: TFT (MISO),10: RST, Touchand11: INT, Touch.The information can be simply recalled by
picotoolas follows:picotool info -a foo.elf File foo.elf: Program Information name: foo version: 0.1 ... features: TFT 480x320 (SPI0) Capacitive Touch (I2C0) Joystick 2-axis (ADC0, ADC1) RGB LED 1x (WS2012, PIO0) UART stdin / stdout ... Fixed Pin Information 0: UART0 TX 1: UART0 RX 2: SPI0 SCK, TFT (SCLK) 3: SPI0 TX, TFT (MOSI) 4: TFT (MISO) 5: SPI0 CSn, TFT (CS) 6: TFT (DC) 7: TFT (RST) 8: I2C0 SDA, Touch 9: I2C0 SCL, Touch 10: RST, Touch 11: INT, Touch 12: PIO0, RGB LED 26: X-axis (ADC0) 27: Y-axis (ADC1) ...