Skip to content

Commit f55ca68

Browse files
authored
Update badge links to point to arduino-libraries
1 parent 11932bc commit f55ca68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arduino_USBHIDHost
22

3-
[![Arduino Lint](https://github.com/bcmi-labs/Arduino_USBHIDHost/actions/workflows/check-arduino.yml/badge.svg)](https://github.com/bcmi-labs/Arduino_USBHIDHost/actions/workflows/check-arduino.yml) [![Compile Examples](https://github.com/bcmi-labs/Arduino_USBHIDHost/actions/workflows/compile-examples.yml/badge.svg)](https://github.com/bcmi-labs/Arduino_USBHIDHost/actions/workflows/compile-examples.yml) [![Spell Check](https://github.com/bcmi-labs/Arduino_USBHIDHost/actions/workflows/spell-check.yml/badge.svg)](https://github.com/bcmi-labs/Arduino_USBHIDHost/actions/workflows/spell-check.yml) [![Sync Labels](https://github.com/bcmi-labs/Arduino_USBHIDHost/actions/workflows/sync-labels.yml/badge.svg)](https://github.com/bcmi-labs/Arduino_USBHIDHost/actions/workflows/sync-labels.yml) [![Render Documentation](https://github.com/bcmi-labs/Arduino_USBHIDHost/actions/workflows/render-documentation.yml/badge.svg)](https://github.com/bcmi-labs/Arduino_USBHIDHost/actions/workflows/render-documentation.yml)
3+
[![Arduino Lint](https://github.com/arduino-libraries/Arduino_USBHIDHost/actions/workflows/check-arduino.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_USBHIDHost/actions/workflows/check-arduino.yml) [![Compile Examples](https://github.com/arduino-libraries/Arduino_USBHIDHost/actions/workflows/compile-examples.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_USBHIDHost/actions/workflows/compile-examples.yml) [![Spell Check](https://github.com/arduino-libraries/Arduino_USBHIDHost/actions/workflows/spell-check.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_USBHIDHost/actions/workflows/spell-check.yml) [![Sync Labels](https://github.com/arduino-libraries/Arduino_USBHIDHost/actions/workflows/sync-labels.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_USBHIDHost/actions/workflows/sync-labels.yml) [![Render Documentation](https://github.com/arduino-libraries/Arduino_USBHIDHost/actions/workflows/render-documentation.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_USBHIDHost/actions/workflows/render-documentation.yml)
44

55

66
This library provides support for USB HID devices such as keyboards and mice on the Portenta C33. It should support any device that emulates keyboards (for example, barcode readers). The library automatically detects the insertion of a compatible device on the USB port of the chosen breakout board. You can use `attachConnectionCallback()` to get notified when a compatible device is connected.

0 commit comments

Comments
 (0)