mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-03-15 05:17:30 +03:00

Previously, there were two architectures fields. The first correctly identified the library as being for all architectures. The second incorrectly identified the library as being for avr architecture only. The second field overrides the value of the first field. For this reason, I have removed the incorrect second architectures field.
11 lines
586 B
INI
11 lines
586 B
INI
name=MQUnifiedsensor
|
|
version=1.0.0
|
|
author= Miguel Califa <miguelangel5612@gmail.com>, Yersson Carrillo <miguelangel5612@gmail.com>, Ghiordy Contreras <miguelangel5612@gmail.com>
|
|
maintainer= Miguel Califa <miguelangel5612@gmail.com>
|
|
sentence= This library allows you to read the MQ sensors very easily.
|
|
paragraph= This library allows an Arduino/Genuino board to read LiquidCrystal MQ Sensors (AIr quality meter) references: MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ303A, MQ309A.
|
|
category= Sensors
|
|
url=https://github.com/miguel5612/MQSensorsLib
|
|
architectures=*
|
|
license=MIT
|