1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-09 01:42:00 +03:00
Commit Graph

495 Commits

Author SHA1 Message Date
983350f95d Add Teensy_Slow_PWM Library (#546)
### Initial Releases v1.0.0

1. Initial coding to support **Teensy boards, such as Teensy 2.x, Teensy LC, Teensy 3.x, Teensy 4.x, Teensy MicroMod, etc.**, using [Teensyduno core](https://www.pjrc.com/teensy/td_download.html)

2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 500-1000Hz with acceptable accuracy.
2021-09-28 04:14:39 +00:00
f72e26f937 Update repositories.txt (#545) 2021-09-28 02:51:58 +00:00
82125af0f1 Add SHT2x library (#544)
* add TCA9555

* add RobTIllaart/SGP30

* Add AGS02MA

TVOC sensor - experimental library, use low speed I2C < 30 KHz, UNO does not really work as it cannot go that low.

* add MTP40C CO2 and air pressure sensor

* Add MTP40C CO2 and air pressure sensor

* Update repositories.txt

add experimental library - DAC8550

* Update repositories.txt
2021-09-27 18:55:50 +00:00
4e2eb7e4a0 Add megaAVR_Slow_PWM Library (#543)
### Initial Releases v1.0.0

1. Initial coding to support **Arduino megaAVR boards, such as UNO WiFi Rev2, AVR_Nano_Every, etc.**, etc. using [`Arduino megaAVR core`](https://github.com/arduino/ArduinoCore-megaavr)

2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 500Hz with acceptable accuracy.
2021-09-27 18:52:29 +00:00
5cedad4869 Update repositories.txt (#542) 2021-09-27 13:07:17 +00:00
d35ba7584e Add AVR_Slow_PWM Library (#540)
### Initial Releases v1.0.0

1. Initial coding to support **AVR boards, such as Mega-2560, UNO,Nano, Leonardo, etc.**, etc. using AVR core

2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 500Hz with acceptable accuracy.
2021-09-27 06:10:34 +00:00
f6b9d78dd9 Update repositories.txt (#539) 2021-09-27 05:35:53 +00:00
a214be0715 Adding library ADS1115-Driver (#538) 2021-09-26 16:06:53 +00:00
30e59b7fa0 Add nRF52_Slow_PWM Library (#537)
### Initial Releases v1.0.0

1. Initial coding to support **nRF52-based boards, such as AdaFruit Itsy-Bitsy nRF52840, Feather nRF52840 Express**, etc. using [`Adafruit nRF52 core`](https://github.com/adafruit/Adafruit_nRF52_Arduino)

2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 1000Hz with acceptable accuracy.
2021-09-26 05:51:45 +00:00
8bdb25327f Add nRF52_MBED_Slow_PWM Library (#536)
### Initial Releases v1.0.0

1. Initial coding to support **Nano-33-BLE or Nano-33-BLE_Sense boards** using 

- [`Arduino mbed_nano core 2.5.2+`](https://github.com/arduino/ArduinoCore-mbed) for NRF52-based board using mbed_nano core such as Nano-33-BLE if you don't use `NRF_TIMER_1`.
- [`Arduino mbed core v1.3.2-`](https://github.com/arduino/ArduinoCore-mbed/releases/tag/1.3.2) for NRF52-based board using mbed-RTOS such as Nano-33-BLE if you'd like to use `NRF_TIMER_1`.

2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 1000Hz with acceptable accuracy.
2021-09-25 20:12:46 +00:00
764a3ee26d Update repositories.txt (#535) 2021-09-24 13:52:49 +00:00
44de7e58ba Update repositories.txt (#531) 2021-09-24 07:34:18 +00:00
c1b4909210 Add RP2040_Slow_PWM Library (#532)
### Initial Releases v1.0.0

1. Initial coding to support **RP2040-based boards** such as ADAFRUIT_FEATHER_RP2040, RASPBERRY_PI_PICO, etc. using [**Earle Philhower's arduino-pico core**](https://github.com/earlephilhower/arduino-pico)
2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 1000Hz with acceptable accuracy.
2021-09-24 07:28:14 +00:00
eb3eaaa8b0 Add MBED_RP2040_Slow_PWM Library (#530)
### Initial Releases v1.0.0

1. Initial coding to support **RP2040-based boards** such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. using RP2040 [**ArduinoCore-mbed mbed_nano or mbed_rp2040** core](https://github.com/arduino/ArduinoCore-mbed)
2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 1000Hz with acceptable accuracy.
2021-09-24 05:12:13 +00:00
befb4c7056 Add RP2040_PWM Library (#529)
### Initial Releases v1.0.0

1. Initial coding to support **RP2040-based boards** such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. using either RP2040 [**ArduinoCore-mbed mbed_nano or mbed_rp2040** core](https://github.com/arduino/ArduinoCore-mbed) or [**Earle Philhower's arduino-pico core**](https://github.com/earlephilhower/arduino-pico)
2. The purely hardware-based PWM channel can generate from very low (lowest is 7.5Hz) to very high PWM frequencies (in the **MHz** range, up to **62.5MHz**).
2021-09-23 23:07:36 +00:00
8f26b389e0 Update repositories.txt (#528) 2021-09-23 22:48:07 +00:00
03522f005e Add Portenta_H7_Slow_PWM Library (#525)
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). Max PWM frequency is limited at 1000Hz.
2021-09-22 20:47:45 +00:00
3ae98d1b08 Update repositories.txt (#524) 2021-09-22 20:11:55 +00:00
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