Importing Libraries | Raspberry Pi Pico Workshop: Chapter 2.8

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

ความคิดเห็น • 16

  • @andykiy3972
    @andykiy3972 หลายเดือนก่อน

    Great video everything explained really well thank you.

  • @djpenton779
    @djpenton779 4 หลายเดือนก่อน

    Very helpful for me as a beginner, thanks.

  • @artisticyeti22
    @artisticyeti22 7 หลายเดือนก่อน

    For me when I open manage packages it simply does not search for the library, example im trying to search for luma.oled. when i type that i simply get error saying url open timed out. this only occurs when I use micropython for pi pico but doesnt occur when using python 3. Fault in python 3 is that i cannot save anything on the pico if i use it

    • @Core-Electronics
      @Core-Electronics  7 หลายเดือนก่อน

      Hmmmm, that is a really strange issue I've never seen, a good start might be to start fresh and reinstall Thonny and maybe reinstall MicroPython on the Pico. If that doesn't work, feel free to chuck a post on our forums, we have lots of maker eyes over there that may be able to help.
      forum.core-electronics.com.au/

  • @mrsamichtv
    @mrsamichtv 8 หลายเดือนก่อน +2

    thank you🙏

  • @Keeping_IT_Simple
    @Keeping_IT_Simple 10 หลายเดือนก่อน

    How about
    From machine import *
    How does that differ from the import examples you showed ?

    • @Core-Electronics
      @Core-Electronics  10 หลายเดือนก่อน

      Good question! That is another way to import things and will also import all the functions in a library, but you wont need to use the pre-fix.
      Lets say you used "from machine import*"
      It would be exactly the same as writing
      "from machine import pin"
      "from machine import ADC"
      "from machine import PWM"
      "from machine import UART"
      etc and so on for all the functions in the library. To call a function when imported like this you would not need to use the pre-fix so you would use:
      "pin.value()"

    • @Keeping_IT_Simple
      @Keeping_IT_Simple 10 หลายเดือนก่อน

      @@Core-Electronics 🙏

  • @jyvben1520
    @jyvben1520 6 หลายเดือนก่อน

    tip : thonny lets you copy the whole pico /lib to your pc, no need to enter the lib folder and copy/download each file 1 by 1 !

  • @manfredbogner9799
    @manfredbogner9799 5 หลายเดือนก่อน

    Sehr gut

  • @marpyyy
    @marpyyy 9 หลายเดือนก่อน +2

    Pain cured i love you

  • @RekrytBS
    @RekrytBS 6 หลายเดือนก่อน

    thank you

  • @marpyyy
    @marpyyy 9 หลายเดือนก่อน

    thats such a pain

  • @michaellatsky
    @michaellatsky 5 หลายเดือนก่อน

    10 minutes and 5 seconds....

  • @fahimad00
    @fahimad00 7 หลายเดือนก่อน

    thank god I found this video 🥹