Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xiao 2350 #487

Closed
RMarcelPipa opened this issue Nov 27, 2024 · 4 comments
Closed

Xiao 2350 #487

RMarcelPipa opened this issue Nov 27, 2024 · 4 comments

Comments

@RMarcelPipa
Copy link

Someone can create te configuration from Xiao Seeed 2350 ?

@tannewt
Copy link
Member

tannewt commented Nov 27, 2024

CircuitPython is available for it here: https://circuitpython.org/board/seeeduino_xiao_rp2350/

@tannewt tannewt closed this as completed Nov 27, 2024
@RMarcelPipa
Copy link
Author

yes I know about this... I need the profile for Vs Code for the autocomplete

@RMarcelPipa
Copy link
Author

I Did the dir on Board Module and I found this.

['__class__', '__name__', 'A0', 'A1', 'A2', 'A3', 'BAT_ADC_EN', 'D0', 'D1', 'D10', 'D11', 'D12', 'D13', 'D14', 'D15', 'D16', 'D17', 'D18', 'D2', 'D3', 'D4', 'D5', 'D6', 'D7', 'D8', 'D9', 'I2C', 'LED', 'MISO', 'MOSI', 'NEOPIXEL', 'NEOPIXEL_POWER', 'RX', 'SCK', 'SCL', 'SDA', 'SPI', 'TX', 'UART', 'VOLTAGE_MONITOR', '__dict__', 'board_id']

@FoamyGuy
Copy link
Contributor

FoamyGuy commented Nov 27, 2024

@RMarcelPipa To get the stubs and board pin listing working for you device you need to install circuitpython-stubs and use a command to set which board you want to have the pins for.

You should be able to install the stubs with:

pip install circuitpython-stubs

Then set your board using the circuitpython_setboard command. This guide page details the process. It's written for PyCharm, but should apply similarly for VSCode.

You can use the --list arg to find the right board id e.g.

circuitpython_setboard --list xiao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants