bradanlane

Results 25 issues of bradanlane

I call the embedded API using the following: ``` ``` It always starts with the PCB. I have tried omitting the `pro` file and I have tried swapped the order....

documentation

Navigates to KiCanvas.org from Safari Mobile and pasted following URL into the input field: `https://gitlab.com/bradanlane/hexi/-/tree/main/hexi_rp2040` The page just sits there.

feature request
p2
integrations

**Command:** `pymcuprog write -t uart -d attiny1616 -u /dev/ttyUSB0 -c 115200 -f firmware.hex --erase --verify **Platform:** Linux (Ubuntu 22.04.1 LTS) **UART:** CH340-E **Target:** ATtiny1616 **Behavior:** flash completes first time successfully;...

There are several CircuitPython learning guides related to IR. When tested them, they produced "2's compliment" results. I discovered the transmit examples had reversed the values for a "0" vs...

In the learning guide for the Circuit Playground Express, IR CPX to CPX example, the code has the following: ``` encoder = adafruit_irremote.GenericTransmit(header=[9500, 4500], one=[550, 550], zero=[550, 1700], trail=0) ```...