a85b6965c1
Update Change ( #2086 )
...
Library for the esp32 board, to connect to our api and our IoT platform.
2022-11-09 23:24:45 +00:00
14e1f76eaf
[LIbrary Manager] Add Dx_PWM library ( #2087 )
...
### Initial Release v1.0.0
1. Initial release to support Arduino **AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore**
2. Using `allman astyle`
2022-11-09 20:11:49 +00:00
8cde12d618
Update repositories.txt ( #2084 )
2022-11-09 12:04:15 +00:00
c36b4b05d6
Update repositories.txt ( #2083 )
2022-11-09 11:48:16 +00:00
619d94140e
Merge pull request #2064 from per1234/move-OSS-EC_TDK_CHS-UPS_UPR_UGS_UGR_00000057
...
Update URL of "OSS-EC_TDK_CHS-UPS_UPR_UGS_UGR_00000057"
2022-11-09 11:37:46 +01:00
331e1a4e0e
Merge pull request #2048 from An7orAhmed/patch-6
...
used name updated.
2022-11-09 11:04:19 +01:00
d0ca062163
Merge pull request #2024 from hung-eoh/patch-2
...
Update repositories.txt
2022-11-09 10:55:02 +01:00
f3cec5fc0f
Merge pull request #2014 from marcinsaj/patch-2
...
Update repositories.txt
2022-11-09 10:49:03 +01:00
6577914942
Merge branch 'main' into patch-2
2022-11-09 10:47:22 +01:00
e28a13c6f8
Update repositories.txt ( #2082 )
2022-11-09 05:53:50 +00:00
2782d6ae5c
Add ESP32-compatible MagStripe Library ( #2081 )
2022-11-09 02:38:28 +00:00
de5bb34f0b
Add library of LM35, LM35A ( #2080 )
...
* Add library of TMP9A00-EP
* Add library of LM50C, LM50-Q1
* Add library of LM50B
* Add library of LM45B, LM45C
* Add library of LM35D
* Add library of LM35C, LM35CA
* Add library of LM35, LM35A
2022-11-09 02:10:43 +00:00
0b4a4a7ab9
[Library Manager] Add ATtiny_PWM library ( #2079 )
...
### Initial Releases v1.0.0
1. Initial coding to support Arduino **AVR ATtiny-based boards (ATtiny3217, etc.)** using [**megaTinyCore**](https://github.com/SpenceKonde/megaTinyCore )
2022-11-09 02:06:50 +00:00
d82d403954
Add library of LM35C, LM35CA ( #2078 )
...
* Add library of TMP9A00-EP
* Add library of LM50C, LM50-Q1
* Add library of LM50B
* Add library of LM45B, LM45C
* Add library of LM35D
* Add library of LM35C, LM35CA
2022-11-09 02:04:12 +00:00
c20d9f7e59
Add library of LM35D ( #2077 )
...
* Add library of TMP9A00-EP
* Add library of LM50C, LM50-Q1
* Add library of LM50B
* Add library of LM45B, LM45C
* Add library of LM35D
2022-11-09 02:00:38 +00:00
b8faefc114
Add library of LM45B, LM45C ( #2076 )
...
* Add library of TMP9A00-EP
* Add library of LM50C, LM50-Q1
* Add library of LM50B
* Add library of LM45B, LM45C
2022-11-09 01:57:19 +00:00
7690740625
Add library of LM50B ( #2075 )
...
* Add library of TMP9A00-EP
* Add library of LM50C, LM50-Q1
* Add library of LM50B
2022-11-09 01:53:01 +00:00
5131e600f4
Add library of LM50C, LM50-Q1 ( #2074 )
...
* Add library of TMP9A00-EP
* Add library of LM50C, LM50-Q1
2022-11-09 01:49:25 +00:00
862e4f8be8
Add library of TMP9A00-EP ( #2073 )
2022-11-09 01:45:16 +00:00
c9a300231b
Update repositories.txt ( #2071 )
2022-11-07 18:11:59 +00:00
7dac89e93b
Update URL of "OSS-EC_TDK_CHS-UPS_UPR_UGS_UGR_00000057"
2022-11-06 19:19:03 -08:00
dd5c903041
Update repositories.txt ( #2063 )
2022-11-07 00:44:25 +00:00
61259d7b13
[Library Manager] Add Teensy_PWM library ( #2062 )
...
### Initial Releases v1.0.0
1. Initial coding to support **Teensy 4.x boards, such as Teensy 4.0, Teensy 4.1, Teensy MicroMod, etc.**, using [Teensyduno core](https://www.pjrc.com/teensy/td_download.html ). The support to **Teensy 2.x, Teensy LC and Teensy 3.x** will be added gradually.
2022-11-06 19:29:45 +00:00
44ec029294
Added MPU6050_IND library to the list ( #2061 )
...
Library for MPU6050 IMU sensor
2022-11-06 11:18:03 +00:00
e4421d20f1
Update repositories.txt ( #2060 )
2022-11-05 10:44:55 +00:00
2511775946
[Library Manager] Add nRF52_PWM library ( #2059 )
...
### Initial Releases v1.0.0
1. Initial coding to support **nRF52-based boards, such as AdaFruit Itsy-Bitsy nRF52840, Feather nRF52840 Express, Seeed XIAO nRF52840, Seeed XIAO nRF52840 Sense**, etc. using [`Adafruit nRF52 core`](https://github.com/adafruit/Adafruit_nRF52_Arduino ) or [`Seeeduino nRF52 core`](https://github.com/Seeed-Studio/Adafruit_nRF52_Arduino )
2022-11-05 06:31:05 +00:00
8c53afedf9
Add FastShiftInOut ( #2058 )
...
* Add moduloMap
library to map real numbers on a range.
e.g angles 0-360° degrees or PI-2PI radians
* Add FastShiftInOut
Experimental library (sort of software SPI) - initial release.
2022-11-04 21:24:16 +00:00
9884cba9cf
[Library Manager] Add SAMDUE_PWM library ( #2056 )
...
### Initial Releases v1.0.0
1. Initial coding to support **SAM_DUE** using [`Arduino SAM core`](https://github.com/arduino/ArduinoCore-sam )
2022-11-04 04:24:19 +00:00
a2fb336185
Update repositories.txt ( #2053 )
...
I added my own library https://github.com/mcmchris/mcm-grove-voltage-sensor to gather data from a custom AC voltage sensor I made.
2022-11-03 15:40:18 +00:00
01583bd185
[Library Manager] Add SAMD_PWM library ( #2052 )
...
### Releases v1.0.0
1. Initial coding for **SAMD21/SAMD51 boards** such as `NANO_33_IOT`, `ITSYBITSY_M4`, `SEEED_XIAO_M0`, `SparkFun SAMD51_Thing_Plus`, etc. using
- [Arduino SAMD core](https://github.com/arduino/ArduinoCore-samd )
- [Adafruit SAMD core](https://github.com/adafruit/ArduinoCore-samd )
- [Seeed-Studio SAMD core](https://github.com/Seeed-Studio/ArduinoCore-samd )
- [Sparkfun SAMD core](https://github.com/sparkfun/Arduino_Boards )
- [Industruino SAMD core](https://github.com/Industruino/IndustruinoSAMD )
2022-11-03 07:14:00 +00:00
b5d3e2c8c5
Added I2CIP ( #2049 )
2022-11-02 22:33:04 +00:00
e8e3071f20
used name updated.
2022-11-02 23:15:48 +06:00
14dbfc2e24
Add library of CHS-UPS, CHS-UPR, CHS-UGS, CHS-UGR ( #2045 )
...
* Add library of CHS-MSS
* Add library of CHS-UPS, CHS-UPR, CHS-UGS, CHS-UGR
2022-11-02 01:32:52 +00:00
978ddd13ee
Add library of CHS-MSS ( #2044 )
2022-11-02 01:28:45 +00:00
05beb921cf
Adding duktape library for arduino ( #2015 )
...
Adding duktape library for arduino
2022-11-01 22:16:31 +00:00
5d12a9225f
new library ILI9341_T4 ( #2043 )
2022-11-01 21:46:14 +00:00
4ac6727c9a
[Library Manager] Add ESP32_FastPWM library ( #2042 )
...
### Releases v1.0.0
1. Initial coding for ESP32, ESP32_S2, ESP32_S3 and ESP32_C3 boards using [ESP32 core](https://github.com/espressif/arduino-esp32 )
2022-11-01 08:00:28 +00:00
694f79ae04
Added https://github.com/botletics/Botletics-SIM7000 . ( #2040 )
2022-11-01 00:08:38 +00:00
654de54c20
Added https://github.com/ArminJo/LCDBigNumbers ( #2039 )
2022-10-31 08:58:26 +00:00
3be62e8f56
[Library Manager] Add megaAVR_PWM library ( #2038 )
...
### Initial Releases v1.0.0
1. Initial coding to support **megaAVR boards, such as UNO WiFi Rev2, AVR_Nano_Every, etc.**, using `Arduino megaAVR` or `MegaCoreX` core
2. The hardware-based PWM channels using TimerB can generate very high frequencies.
2022-10-31 07:54:15 +00:00
c091d7b9f0
Add library of STLM20W87F ( #2037 )
...
* Add library of BD1020HFV
* Add library of STLM20DD9F
* Add library of STLM20W87F
2022-10-31 06:25:01 +00:00
f0dbe21373
Add library of STLM20DD9F ( #2036 )
...
* Add library of BD1020HFV
* Add library of STLM20DD9F
2022-10-31 06:15:32 +00:00
cee1f2f702
Add library of BD1020HFV ( #2035 )
2022-10-31 06:09:54 +00:00
5a929a8174
Update repositories.txt ( #2032 )
2022-10-30 03:28:09 +00:00
4030a75d6b
Add MCP4151 library ( #2031 )
2022-10-29 03:43:06 +00:00
37c8f55302
[Library Manager] Add AVR_PWM Library ( #2030 )
...
### Initial Releases v1.0.0
1. Initial coding to support **AVR boards, such as Mega-2560, UNO, Nano, Leonardo, etc.**, using AVR cores
2. The hardware-based PWM channels can generate very high frequencies.
2022-10-29 03:17:28 +00:00
13cb706da4
Add time based one time password generator that accepts the SEEDs in the format typically found in Qr codes. ( #2029 )
2022-10-28 15:45:47 +00:00
eca6d72045
Add Arduino-Base32 library ( #2028 )
2022-10-28 15:10:28 +00:00
8049814bb2
Update repositories.txt ( #2027 )
2022-10-28 13:02:19 +00:00
03150b5d6a
Update repositories.txt
...
Change library URL
It is currently listed in the Library Manager as
https://github.com/eoh-jsc/mvp-lib
It is now:
https://github.com/eoh-jsc/era-lib
2022-10-28 14:49:31 +07:00