[Raspberry Pi Pico (MicroPython)] PIO: Ep 2, IR remote controller -- (Programmable IO)

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 4

  • @LinuxLoader1287
    @LinuxLoader1287 Год назад +1

    Verry nice 👏

  • @megames800
    @megames800 8 месяцев назад

    hi how can i use this without the keypad?

    • @MCUAppPrototypeLab
      @MCUAppPrototypeLab  8 месяцев назад +1

      If the keypad is not required, comment out lines 149, 151 and 152. And call sendIRCommand(ir_code) in your code to send your infrared device code.

    • @megames800
      @megames800 8 месяцев назад

      @@MCUAppPrototypeLab ok thanks!,