GY-63_MS5611/libraries/DS3232/library.json
2024-05-20 19:48:49 +02:00

24 lines
463 B
JSON

{
"name": "DS3232",
"keywords": "DS3232, DS3231",
"description": "Arduino library for I2C DS3232 RTC (minimalistic).",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/DS3232.git"
},
"version": "0.4.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "DS3232.h"
}