smarti/src/data/versions.js
2022-03-18 11:03:15 +01:00

152 lines
4.3 KiB
JavaScript

export const LibraryVersions = () => {
return [
{
library: "SSD1306 Plot Library",
link: "https://github.com/sensebox/SSD1306-Plot-Library/",
},
{
library: "SDS011 Library",
link: "https://github.com/sensebox/SDS011-select-serial/",
},
{
library: "RV8523 Arduino Library",
link: "https://github.com/sensebox/RV8523-RTC-Arduino-Library",
},
{
library: "BMX055_Library",
link: "https://github.com/sensebox/BMX055-Arduino-Library/",
},
{
library: "LTR329",
link: "https://github.com/sensebox/LTR329-Lightsensor-Arduino-Library/",
},
{
library: "VEML6070",
link: "https://github.com/sensebox/VEML6070-UV-Arduino-Library/",
},
{
library: "senseBox Web Library",
link: "https://github.com/sensebox/sensebox-libweb/",
},
{
library: "Arduino WiFi101",
link: "https://github.com/arduino-libraries/WiFi101",
},
{
library: "Ethernet",
link: "https://github.com/arduino-libraries/Ethernet",
},
{
library: "ArduinoJson",
link: "https://github.com/bblanchon/ArduinoJson",
},
{
library: "Adafruit Sensor Library",
link: "https://github.com/adafruit/Adafruit_Sensor",
},
{
library: "Adafruit HDC1000 Library",
link: "https://github.com/adafruit/Adafruit_HDC1000_Library",
},
{
library: "Adafruit BME280 Library",
link: "https://github.com/adafruit/Adafruit_BME280_Library",
},
{
library: "Adafruit BMP280 Library",
link: "https://github.com/adafruit/Adafruit_BMP280_Library",
},
{
library: "Adafruit BME680 Library",
link: "https://github.com/adafruit/Adafruit_BME680",
},
{
library: "Adafruit DPS310",
link: "https://github.com/adafruit/Adafruit_DPS310",
},
{
library: "Adafruit NeoPixel",
link: "https://github.com/adafruit/Adafruit_NeoPixel",
},
{
library: "Adafruit SSD1306",
link: "https://github.com/adafruit/Adafruit_SSD1306",
},
{
library: "Adafruit GFX Library",
link: "https://github.com/adafruit/Adafruit-GFX-Library",
},
{
library: "Adafruit MQTT Library",
link: "https://github.com/adafruit/Adafruit_MQTT_Library",
},
{
library: "Adafruit BusIO",
link: "https://github.com/adafruit/Adafruit_BusIO",
},
{
library: "Adafruit SleepyDog Library",
link: "https://github.com/adafruit/Adafruit_SleepyDog",
},
{
library: "DallasTemperature",
link: "https://github.com/milesburton/Arduino-Temperature-Control-Library",
},
{
library: "ArduinoBearSSL",
link: "https://github.com/arduino-libraries/ArduinoBearSSL",
},
{
library: "ArduinoECCX08",
link: "https://github.com/arduino-libraries/ArduinoECCX08",
},
{
library: "SparkFun SCD30 Arduino Library",
link: "https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library",
},
{
library: "SparkFun u-blox GNSS Arduino Library",
link: "https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library",
},
{
library: "NewPing",
link: "https://bitbucket.org/teckel12/arduino-new-ping/wiki/Home",
},
{
library: "IBM LMIC framework",
link: "https://github.com/matthijskooijman/arduino-lmic",
},
{
library: "LoRa Serialization",
link: "https://github.com/thesolarnomad/lora-serialization",
},
{
library: "CayenneLPP",
link: "https://github.com/ElectronicCats/CayenneLPP",
},
{ library: "OneWire", link: "https://github.com/PaulStoffregen/OneWire" },
{
library: "Nova Fitness Sds dust sensors library",
link: "https://github.com/lewapek/sds-dust-sensors-arduino-library",
},
{ library: "JC_Button", link: "https://github.com/JChristensen/JC_Button" },
{ library: "SD", link: "https://github.com/arduino-libraries/SD" },
{
library: "BSEC Software Library",
link: "https://github.com/BoschSensortec/BSEC-Arduino-library",
},
{
library: "TheThingsNetwork",
link: "https://github.com/TheThingsNetwork/arduino-device-lib",
},
{
library: "NTPClient",
link: "https://github.com/arduino-libraries/NTPClient",
},
{
library: "phyphox BLE",
link: "https://github.com/phyphox/phyphox-arduino",
},
];
};