1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-11-17 05:22:37 +03:00

Add AsyncUDP_Teensy41 Library (#1204)

### Releases v1.2.1

1. Initial porting and coding for **Teensy 4.1 using built-in QNEthernet**
2. Bump up version to v1.2.1 to sync with [AsyncUDP_STM32](https://github.com/khoih-prog/AsyncUDP_STM32) v1.2.1
This commit is contained in:
Khoi Hoang
2022-03-19 03:04:47 -04:00
committed by GitHub
parent 0feb545344
commit 9de2875be9

View File

@@ -4745,3 +4745,4 @@ https://github.com/stm32duino/VL53L4CX.git
https://github.com/stm32duino/X-NUCLEO-53L4A2.git https://github.com/stm32duino/X-NUCLEO-53L4A2.git
https://github.com/khoih-prog/AsyncWebServer_Teensy41 https://github.com/khoih-prog/AsyncWebServer_Teensy41
https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41 https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41
https://github.com/khoih-prog/AsyncUDP_Teensy41