GY-63_MS5611/libraries/PCR/library.json
Rob Tillaart 4794e6adaf 0.3.0 PCR
2024-06-01 13:47:06 +02:00

24 lines
489 B
JSON

{
"name": "PCR",
"keywords": "polymerase, chain, reaction, denature, annealing, extension",
"description": "Arduino library for PCR process control.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PCR.git"
},
"version": "0.3.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "PCR.h"
}