Marshal Horn

Results 7 issues of Marshal Horn

* Simplified enemy collision detection * Inline comments on RedCharacter * Inline Terrain Generator Comments * Home button fix

We need a set of values for the low-pass filter on the power amplifier board, as well as the band-pass filter for the receiver. A separate of values for each...

help wanted

The OLED boards have a switched capacitor circuit to bump up the 3.3v to 7-9v for driving the LEDs. It may be possible to bypass this circuit and use a...

enhancement

On running a basic usage on a Raspberry Pi, `./slsnif /dev/ttyAMA0` I get the error `Failed to open a pty: No such file or directory` However, I can open the...

The git clone can be sped up substantially by skipping the commit history, using the "--depth 1" option. Anyone who actually *wants* the commit history can get it with "git...

It would be nice to have a complete example of testing a protocol. UART [send](https://github.com/raspberrypi/pico-examples/blob/master/pio/uart_tx/uart_tx.pio) and [receive](https://github.com/raspberrypi/pico-examples/blob/master/pio/uart_rx/uart_rx.pio) would be fairly simple. This is partially addressed in https://github.com/NathanY3G/rp2040-pio-emulator/issues/123 and https://github.com/NathanY3G/rp2040-pio-emulator/issues/121, but...

documentation
enhancement

There's currently no configuration for pull or push thresholds, or to enable auto-pull and auto-push. This means instructions like `jump !osre` will count to 32 rather than my desired word...

enhancement