John Edgar Park

Results 11 issues of John Edgar Park

**Describe the bug** None of the analog read pins seem to be working for me. **To Reproduce** I hooked up a 10k pot to 3v3, GND, and A3 (tried them...

There doesn't seem to be an option for pressing the enter key with HID keyboard extension.

Setting a NeoPixel strip to RGB+W seems to create errors in simulator and hardware. ```let strip = light.createStrip(pins.A0, 4) strip.setMode(NeoPixelMode.RGBW) let short = strip.range(0, 1) let long = strip.range(2, 1)...

This code doesn't run properly on any analog pin other than A1: ```forever(function () { pins.A0.analogWrite(0) pause(500) pins.A0.analogWrite(198) pause(500) pins.A0.analogWrite(1023) pause(500) }) ```

Running beta, tried forever(function () { music.baDing.playUntilDone() }) with small speaker plugged into GND and pin 1~ No sound is produced.

Could we have 'enter/return' key support added to the keyboard extension?

enhancement
user feedback
extensions

**Describe the bug** The Keyboard extension arrow keys behavior is odd if the code is compiled in Firefox, for example, "right arrow" is send to computer as "PageDown" **To Reproduce**...

bug
P2
extensions

It would be sweet to have the library bundle download link next to the related .uf2 download button.

It would be useful to add a concept of “neighboring” pixels when you’ve established a logical re-mapping of the physical pixels. For example, if you have a typical RGB gamer...

enhancement

On Pybadge the LEDs are BRIGHT! even with brightness set at 0.1. I changed the two colors to these and it seems less likely to cause physical pain now. ```...