Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
### Releases v2.1.0

1. Initial porting and coding to support ESP32, ESP8266, SAMD21/SAMD51, RP2040, STM32, nRF52, Teensy 4.x
  • Loading branch information
khoih-prog authored Sep 14, 2022
1 parent 5a14073 commit 0615361
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,24 @@
"name": "React_Generic",
"version": "2.1.0",
"keywords": "React-Generic, Reactduino, async",
"description": "Asynchronous programming library for the generic microcontrollers compatible with the Arduino framework. React_Generic is an asynchronous programming library for creating non-blocking applications on the Arduino framework. Currently supporting ESP32, ESP8266, SAMD21, SAMD51, RP2040, STM32, nRF52, Teensy 4.x",
"description": "Asynchronous programming library for the generic microcontrollers compatible with the Arduino framework. This library is an asynchronous programming library for creating non blocking applications on the Arduino framework. Currently supporting ESP32, ESP8266, SAMD21, SAMD51, RP2040, STM32, nRF52, Teensy 4.x",
"authors":
[
{
"name": "Khoi Hoang",
"email": "khoih.prog@gmail.com",
"url": "https://github.com/khoih-prog",
"maintainer": true
},
{
"name": "Matti Airas",
"email": "mairas@iki.fi",
"url": "https://github.com/mairas"
},
{
"name": "Andrew Carter",
"email": "andrewcarter1992@gmail.com",
"url": "https://andrew.carterlunn.co.uk"
},
{
"name": "Khoi Hoang",
"email": "khoih.prog@gmail.com",
"url": "https://github.com/khoih-prog",
"maintainer": true
}
],
"repository":
Expand Down

0 comments on commit 0615361

Please sign in to comment.