1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-07 14:41:10 +03:00
Commit Graph

4777 Commits

Author SHA1 Message Date
014aa62f7c Update repositories.txt (#523)
Non-blocking replacements for delay().
paragraph=Every will tell you _at_ every n millis(). Timer will tell you (once) when n millis() has gone by. Several convenient ways to use them. Several other variants for sequences, etc.
2021-09-22 19:06:17 +00:00
c753f8112c Add SparkFun_AVR_ISP_Programming_Library (#522)
* Update repositories.txt

* Update repositories.txt
2021-09-22 17:10:54 +00:00
cc3c8b3acf Update repositories.txt (#521) 2021-09-22 16:59:27 +00:00
f2d82e2aca Update repositories.txt - Add TinyDatabase (#520)
I add my library: TinyDatabase
2021-09-22 15:01:15 +00:00
1ff24ecc21 Update repositories.txt (#519) 2021-09-22 11:51:47 +00:00
59dae8100c Update repositories.txt (#512) 2021-09-22 09:55:35 +00:00
c3c0f18995 Merge pull request #508 from TAMCTec/main
Change link to github
2021-09-22 01:19:38 -07:00
50008849e0 Merge branch 'main' into main 2021-09-22 01:17:58 -07:00
3412a88ff0 Add Portenta_H7_PWM Library (#509)
### Initial Releases v1.0.0

1. Initial coding to support **Portenta_H7 boards** such as Portenta_H7 Rev2 ABX00042, etc., using [**ArduinoCore-mbed mbed_portenta** core](https://github.com/arduino/ArduinoCore-mbed)
2021-09-22 05:34:59 +00:00
ad9b1014bf Merge branch 'main' into main 2021-09-22 12:49:57 +08:00
02303912da change repo link 2021-09-22 12:47:27 +08:00
d83c40c869 Add ESP8266_PWM Library (#507)
### Releases v1.0.0

1. Initial coding for ESP8266 boards using [ESP8266 core v3.0.2+](https://github.com/esp8266/Arduino/releases/tag/3.0.2)
2021-09-21 22:56:38 +00:00
786f6714f6 Update repositories.txt (#506) 2021-09-21 19:21:09 +00:00
03b0a13ab2 add TAMC_FT62X6 (#505)
* add TAMC_FT62X6

* add newline to the bottom

Co-authored-by: George <tamc@gmail.com>
2021-09-21 15:23:44 +00:00
61e69758ec add newline to the bottom 2021-09-21 23:22:02 +08:00
5ffcfb0ead add TAMC_FT62X6 2021-09-21 23:19:46 +08:00
c83113fe6c Add ESP32_PWM Library (#504)
### Releases v1.0.0

1. Initial coding for ESP32, ESP32_S2 boards using [ESP32 core v2.0.0+](https://github.com/espressif/arduino-esp32/releases/tag/2.0.0)
2021-09-21 06:12:23 +00:00
38e7c965d6 Update repositories.txt (#503) 2021-09-20 19:00:56 +00:00
84b68d2ecf Update repositories.txt (#502)
* Update repositories.txt

Add ESP Serial Flasher

* Update repositories.txt

Fix typo add ESP Serial Flasher
2021-09-20 17:07:17 +00:00
0e89257163 Update repositories.txt (#499) 2021-09-19 14:04:41 +00:00
3f365b52e6 Update repositories.txt (#498) 2021-09-18 14:30:52 +00:00
cafc9c57b4 Merge pull request #496 from PBechon/patch-1
Update ref for KerbalSimpit
2021-09-18 03:48:50 -07:00
69f4c794f5 Update ref for KerbalSimpit 2021-09-18 11:18:07 +02:00
b050372cfd Update repositories.txt (#495) 2021-09-18 07:47:39 +00:00
b5c71eec0c Add Seeed Arduino Sketchbook (#494) 2021-09-18 03:52:08 +00:00
a24061c715 Add Portenta_H7_ISR_Servo Library (#493)
### Initial Releases v1.0.0

1. Basic 16 ISR-based servo controllers using 1 hardware timer for STM32H747XI-based Portenta_H7 boards
2021-09-16 18:29:23 +00:00
2dfcb99bcf added newdigate/teensy-audio-launch-ctrl (#492) 2021-09-16 17:02:11 +00:00
dfbaca19e5 Merge pull request #490 from wxzed/patch-4
Update repositories.txt
2021-09-16 00:43:28 -07:00
13e1afe13a Update repositories.txt 2021-09-16 13:22:22 +08:00
11b867f73a Update repositories.txt (#489) 2021-09-16 02:09:44 +00:00
8379f9c4db Update repositories.txt (#488) 2021-09-16 01:55:00 +00:00
3195d343ce Added MD_Stepper to the list (#487) 2021-09-16 01:45:53 +00:00
ec4817abce Add Portenta_H7_TimerInterrupt Library (#486)
### Initial Releases v1.2.1

1. Initial coding to support **Portenta_H7 boards** such as Portenta_H7 Rev2 ABX00042, etc., using [**ArduinoCore-mbed mbed_portenta** core](https://github.com/arduino/ArduinoCore-mbed)
2. Permit up to 16 super-long-time, super-accurate ISR-based timers to avoid being blocked
3. Using cpp code besides Impl.h code to use if Multiple-Definition linker error.
4. Bump version to v1.2.1 to sync with [STM32_TimerInterrupt library](https://github.com/khoih-prog/STM32_TimerInterrupt)
2021-09-16 01:12:39 +00:00
49123181cd Adding Adafruit IS31FL3741. (#485) 2021-09-15 23:23:04 +00:00
9e42ab21fc Update repositories.txt (#484) 2021-09-15 16:37:40 +00:00
c09a256424 Update repositories.txt (#482) 2021-09-15 08:14:32 +00:00
a15daec315 Update repositories.txt (#481) 2021-09-15 06:42:00 +00:00
9299946fec Add Ethernet_Manager_Portenta_H7 Library (#480)
### Initial Release v1.6.0

1. Add support to Portenta_H7 boards, using [`ArduinoCore-mbed mbed_portenta core`](https://github.com/arduino/ArduinoCore-mbed)
2. Add `Packages' Patches`
3. Add `LibraryPatches` for [**Adafruit_MQTT_Library**](https://github.com/adafruit/Adafruit_MQTT_Library) to fix compiler error for Portenta_H7 and many other boards.
4. Bump version to v1.6.0 to sync with [Ethernet_Manager library](https://github.com/khoih-prog/Ethernet_Manager)
2021-09-15 06:10:00 +00:00
32c2609c65 Add WiFiManager_Portenta_H7_Lite Library (#478)
### Initial Release v1.4.0

1. Add support to Portenta_H7 boards, using [`ArduinoCore-mbed mbed_portenta core`](https://github.com/arduino/ArduinoCore-mbed)
2. Update `Packages' Patches`
3. Add `LibraryPatches` for [**Adafruit_MQTT_Library**](https://github.com/adafruit/Adafruit_MQTT_Library) to fix compiler error for Portenta_H7 and many other boards.
4. Bump version to v1.4.0 to sync with [WiFiManager_Generic_Lite library](https://github.com/khoih-prog/WiFiManager_Generic_Lite)
2021-09-14 23:48:11 +00:00
f3a6eefc5f Add Open-Acidification/TankController. (#477) 2021-09-14 21:47:33 +00:00
66f3e3ac36 Update repositories.txt (#476) 2021-09-14 16:30:25 +00:00
c750df42e5 Merge pull request #475 from per1234/out-of-sync-merge-fail
Handle submission merge failures caused by outdated fork
2021-09-14 06:58:42 -07:00
6d4b71f5d4 Handle submission merge failures caused by outdated fork
The automatically generated access token provided by `${{ secrets.GITHUB_TOKEN }}` is used to automatically merge
submission pull requests if they are compliant with all requirements.

If the pull request's branch is behind the parent repository and the code of any GitHub Actions workflow has been
modified in the parent since that time, the token permissions are downgraded, which causes the GitHub API request for
merging the PR to fail with a 403 status.

Previously, this was treated as an unexpected merge failure caused by some problem not resolvable by the PR author. Since
the PR author can easily resolve the failure by bringing their branch up to date (even through the GitHub web interface),
the "Manage PRs" workflow is hereby changed to provide instructions for doing so.

As before, a review will be requested from the maintainer of this repository so that they can monitor the situation and
provide the PR author with assistance if needed.
2021-09-14 06:40:53 -07:00
d4404194cd Merge pull request #471 from fjebaker/patch-1
URL change: dustpancake -> fjebaker
2021-09-12 14:34:08 -07:00
b7cdb2da63 Update repositories.txt (#473) 2021-09-12 05:31:16 +00:00
898e4163af Add SHT3x library (#472) 2021-09-11 15:54:11 +00:00
aa36ad1b49 Update repositories.txt 2021-09-11 15:07:36 +01:00
551c74e4b0 URL change: dustpancake -> furges
I renamed my GitHub account from dustpancake to furges, and am updating the URL consequently.
2021-09-11 13:01:21 +01:00
e713b73e2a Update repositories.txt (#470) 2021-09-11 11:53:40 +00:00
ebef95909a SparkFun_FS3000_Arduino_Library (#468) 2021-09-10 16:23:23 +00:00