adafruit / circuitpython_jupyter_kernel

Jupyter kernel to interact with CircuitPython board over USB
https://circuitpython-kernel.readthedocs.io/en/latest/
Other
37 stars 27 forks source link

Adding Raspberry Pi Pico to the Jupyter Notebook #25

Closed jposada202020 closed 3 years ago

jposada202020 commented 3 years ago

Adding the Raspberry Pi Pico to the list of boards available to test the Jupyter Notebook.

Board.py was change to include the Pico identification. A new example was added using a picture from ADAFRUIT readme.rst was modified to include Pico product reference

Worked with the Blinky example. image

jposada202020 commented 3 years ago

This was tested in Ubuntu 20.04

jposada202020 commented 3 years ago

@brentru Thanks for the revision, I made the changes mentioned, you were right, I remove the whole .idea directory, My IDE pushed it and I did not checked carefully. I modified the text trying to make more sense of the sentence. Let me know. Thanks.