@@ -85,6 +85,7 @@ Read the [Contributing Guide](https://github.com/earlephilhower/arduino-pico/blo
85
85
# Features
86
86
* Adafruit TinyUSB Arduino (USB mouse, keyboard, flash drive, generic HID, CDC Serial, MIDI, WebUSB, others)
87
87
* Bluetooth on the PicoW (Classic and BLE) with Keyboard, Mouse, Joystick, and Virtual Serial
88
+ * Bluetooth Classic HID master mode (connect to BT keyboard or mouse)
88
89
* Generic Arduino USB Serial, Keyboard, Joystick, and Mouse emulation
89
90
* WiFi (Pico W, ESP32-based ESPHost, Atmel WINC1500)
90
91
* Ethernet (Wired W5500, W5100, ENC28J60)
@@ -98,7 +99,7 @@ Read the [Contributing Guide](https://github.com/earlephilhower/arduino-pico/blo
98
99
* digitalWrite/Read, shiftIn/Out, tone, analogWrite(PWM)/Read, temperature
99
100
* Analog stereo audio in using DMA and the built-in ADC
100
101
* Analog stereo audio out using PWM hardware
101
- * Bluetooth A2DP audio source (output) on the PicoW
102
+ * Bluetooth A2DP audio source (output) and sink (input) on the PicoW
102
103
* USB drive mode for data loggers (SingleFileDrive, FatFSUSB)
103
104
* Peripherals: SPI master/slave, Wire(I2C) master/slave, dual UART, emulated EEPROM, I2S audio input/output, Servo
104
105
* printf (i.e. debug) output over USB serial
0 commit comments