adafruit / adafruit/Adafruit_CircuitPython_IRRemote

GenericTransmit incorrect param types

Open
#65 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
29
Forks
31
PR merge metrics
No merged PRs in 30d

Description

`header`, `one`, `zero` are all of type `int` when really they are a `List[int]`. Small issue, but this was a gotchya for me when I went to update the trail ("ending code") param.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the GenericTransmit definition and inspect the annotations for header, one, zero, and the trail or ending-code parameter mentioned in the issue. Update the incorrect parameter types to match the requested List[int] behavior, then verify the surrounding IR transmit code and any available checks accept list values.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
embedded-iot
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.