Notifications
Clear all

pi pico

3 Posts
2 Users
2 Likes
1,678 Views
(@gekopmac)
Member
Joined: 4 years ago
Posts: 5
Topic starter  

Hello all,

I am a beginner (73 years old) with a Raspberry pi pico.
My question is: where can I find all the commands (Syntax) for the pico.
That would help me a lot.

Kind regards,

gekopmac

 


   
Quote
Topic Tags
Sean451
(@sean451)
Member
Joined: 3 years ago
Posts: 62
 

That would depend on what you've got loaded onto the Pico. If you were using Circuit Python, you'd go HERE. If Micropython, then HERE. The Raspberry Pi organization has the Getting Started page HERE. You can find the latest uf2 file to load onto your Pico there along with lots of examples.

Cheers!

--->Sean

(◕(' 人 ') ◕)


   
Iserlohn reacted
ReplyQuote
(@gekopmac)
Member
Joined: 4 years ago
Posts: 5
Topic starter  

Thank you very much Sean,

i now some reading for the pico, i was already using python3 on an Imac for file mutations and i could work with that a bit but with the pico everything is different with import board and the parameters of the ports was completely new to me. where do you get this from: import framebuf, import machine, import utime
how do you know that, i'm going to read first demo look at tests and then verrder.
thanks again.

Henk


   
Sean451 reacted
ReplyQuote