Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. irq
    Log in to post

    • V

      TimerWipy
      WiPy 2&3 • wipy 2 timer irq timer interrup • • VFlorio94  

      17
      0
      Votes
      17
      Posts
      1918
      Views

      V

      @robert-hh Hi, sorry for my insistence on this topic. I 'm not able to use thread but I read about it and I think that it's better for my code if I use them . So do you know if is it possibile to use thread to read from two I2C through the code that I posted before? thank you.
    • A

      'Timer' has no attribute 'PERIODIC'
      WiPy 2&3 • wipy2.0 interrupt timer irq periodic • • Arkaik  

      5
      0
      Votes
      5
      Posts
      1968
      Views

      A

      Hi @bucknall, I finally found this library for using queues on micropython. However, this library need collections.deque and uasynio.core. 1 from collections.deque import deque 2 from uasyncio.core import sleep I went to the github repository, I downloaded collection.deque but I couldn't find uasynio.core anywhere. I think I'm not importing libraries correctly because I need to modify the line from collections.deque import deque to from collections import deque So now I would like to find the uasyncio.core module to be able to use the queue library ^^ I hope I do not need to open a new thread for this question. If so, I'm sorry ;)
    • T

      Type error in Service Routine
      Issues & Bugs • callback irq • • this.wiederkehr  

      1
      0
      Votes
      1
      Posts
      738
      Views

      No one has replied

    • Thosch42

      Some questions about SLEEP, RTC and IRQs
      WiPy 2&3 • sleep rtc irq • • Thosch42  

      2
      0
      Votes
      2
      Posts
      1462
      Views

      livius

      @Thosch42 currently only machine.deepsleep(5000) is supported - this is only wakeup "source" - we all waiting for more :)
    • L

      Sleep mode
      WiPy 2&3 • wipy sleep gpio irq wake • • Luit  

      1
      0
      Votes
      1
      Posts
      1067
      Views

      No one has replied

    • 1 / 1