Skip to content

Commit

Permalink
Merge branch 'bluepad-submodule'
Browse files Browse the repository at this point in the history
  • Loading branch information
juan518munoz committed Jan 19, 2024
2 parents 00f57bb + 3b12f83 commit 265139c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,16 @@ https://github.com/juan518munoz/PicoSwitch-WirelessGamepadAdapter/assets/6240050
- `clean` - Clean build directory.
- `flash_nuke` - Flash the pico with `flash_nuke.uf2` which will erase the flash memory. This is useful when the pico is stuck in a boot loop.
- `all` - `build` and `flash`.
- `format` - Format the code using `clang-format`. This requires `clang-format` to be installed.
- `format` - Format the code using `clang-format`. This requires `clang-format` to be installed.
- `debug` - Start _minicom_ to debug the pico. This requires `minicom` to be installed and uart debugging.

## Development roadmap
- [x] Bluetooth connection.
- [x] Basic button mapping.
- [x] Complete button mapping.
- [x] Support multiple gamepads at once (needs better testing).
- [x] Update Bluepad32 to latest version.
- [x] Update Bluepad32 to latest version.
- [ ] Support other platforms.

## Acknowledgements
Expand Down

0 comments on commit 265139c

Please sign in to comment.