Skip to content

Commit

Permalink
update CHANGELOG and README with new features
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Dec 20, 2024
1 parent 12b6f0e commit df1e13d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### New
- ESP32: ESP32-C6 and ESP32-H2 supported
- Pico W: Pico 2 W supported
- ESP-IDF: v5.3 and v5.4 supported
- Wii: Add support for Wii uDraw Tablet. Fixes [Github Issue #105][github_issue_105]
- Wii: Add `uni_hid_parser_wii_request_report_type(struct uni_hid_device_s* d, wii_report_type_t r);`
- Allows user to change the Wii report type

## Changed
- BTstack: Using develop branch 30cf4543ab40181b6af587c081176b6787f3be77
- BTstack: Using v1.6.2
- Documentation: Updated FAQ and Arduino docs.

[github_issue_105]: https://github.com/ricardoquesada/bluepad32/issues/105
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<img src="https://github.com/ricardoquesada/bluepad32/blob/develop/docs/images/bluepad32_logo_ok_280.png?raw=true" alt="drawing" width="216"/>
</p>

A Bluetooth controller "host" for the ESP32, ESP32-S3, ESP32-C3, ESP32-C6, ESP32-H2, Raspberry Pi Pico W and Posix (Linux, macOS).
A Bluetooth controller "host" for the ESP32, ESP32-S3, ESP32-C3, ESP32-C6, ESP32-H2, Raspberry Pi Pico W, Pico 2 W, and
Posix (Linux, macOS).

Add Bluetooth gamepad, mouse and keyboard support to your projects easily.

Expand Down Expand Up @@ -79,7 +80,7 @@ Choose your target platform:
## Features

* Supports most, if not all, modern Bluetooth gamepads, mice and keyboards (see below)
* Supports ESP32 and Pico W
* Supports ESP32 and Pico W families
* Supported APIs: ESP-IDF, Pico-SDK, Arduino and CircuitPython
* Fast (very low latency)
* Small footprint
Expand Down Expand Up @@ -111,8 +112,8 @@ Choose your target platform:
* Keyboards
* And more

NOTE: Original **ESP32** and **Pico W** support all listed controllers. **ESP32-S3**, **ESP32-C3**, **ESP32-C6** and
**ESP32-H2** only support a subset.
NOTE: Original **ESP32**, **Pico W** and **Pico 2 W** support all listed controllers. **ESP32-S3**, **ESP32-C3**,
**ESP32-C6** and **ESP32-H2** only support a subset.

See: [Supported gamepads][gamepads], [supported mice][mice] and [supported keyboards][keyboards]

Expand All @@ -133,7 +134,7 @@ Download pre-compiled binaries for Unijoysticle, Nina, AirLift, MightyMiggy:
See the examples folder which includes examples for:

* [Bluepad32 for ESP32][esp32-example] (ESP32, ESP32-S3, ESP32-C3, ESP32-C6 and ESP32-H2)
* [Bluepad32 for Pico W][pico-w-example]
* [Bluepad32 for Pico W][pico-w-example] (Pico W and Pico 2 W)
* [Bluepad32 for Posix (Linux, macOS)][posix-example]

Arduino examples are in:
Expand Down

0 comments on commit df1e13d

Please sign in to comment.