arduino-pico/libraries/KeyboardBT
Benjamin Aigner 60e93f3e20
BLE HID composite device support (#1587)
* Adapted all libraries to support multiprotocol HID over BT & BLE

* Added ATT DB depending on setup; still no success with working connection

* Added hids_device from BTStack develop branch as override

* Fixing the GATT handle patching, added working ATT DB

* ran astyle on example

* Updates in BLE implementation; WORKING! (but only if all are activated). Removed sdkoverride again, doesn't work.

* Moved ATT DB handles to correct places

* Finally functioning for Mouse+KBD+Joy, and each individual

* Cleaned up code & ran astyle

* Added sdkoverrides to pull develop functions from BTSTack

* Changed a few typos by BTStack to run codespell successfully

* Ran astyle on sdkoverride files

* Added some #if guards for including BTSTack file only if BT is enabled

* Fixed Feature Report value characteristics handle assignment; fixed too long HID report

* Ran astyle
2023-09-22 17:27:20 -07:00
..
examples Add Keyboard LED callback for USB and BT (not BLE) (#1265) 2023-03-04 14:18:40 -08:00
src BLE HID composite device support (#1587) 2023-09-22 17:27:20 -07:00
keywords.txt Add BLE HID libraries and examples (#1240) 2023-03-01 16:29:25 -08:00
library.properties Update to SDK 1.5, add alpha-level BT support, use Pico-SDK CYW43 infrastructure (#1167) 2023-02-27 20:09:02 -08:00
LICENSE Update to SDK 1.5, add alpha-level BT support, use Pico-SDK CYW43 infrastructure (#1167) 2023-02-27 20:09:02 -08:00
README.adoc Update to SDK 1.5, add alpha-level BT support, use Pico-SDK CYW43 infrastructure (#1167) 2023-02-27 20:09:02 -08:00

:repository-owner: arduino-libraries
:repository-name: Keyboard

= {repository-name} Library for Arduino =

image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/check-arduino.yml/badge.svg["Check Arduino status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/check-arduino.yml"]
image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/compile-examples.yml/badge.svg["Compile Examples status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/compile-examples.yml"]
image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/spell-check.yml/badge.svg["Spell Check status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/spell-check.yml"]

This library allows an Arduino board with USB capabilities to act as a keyboard.

For more information about this library please visit us at
https://www.arduino.cc/reference/en/language/functions/usb/keyboard/

== License ==

Copyright (c) Arduino LLC. All right reserved.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA