Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 261 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 261 Bytes

Pico IR

IR Transmitter for Raspberry Pi Pico implement with PIO API

Supported Protocol

  • NEC

Usage

Connect ir transmitter's data pin with pico's gpio 17

from picoir.nec import NECTransport
tx = NECTransport(pin=17)
tx.send(0x654c, 0x41)