0hmX/mq135-air-quality-sensor-module

This code defines a detailed PCB and schematic design for a Winsen MQ-135 air quality sensor module featuring the sensor itself, a comparator IC, voltage regulators, LEDs, resistors, a potentiometer, pin headers, and associated physical component footprints.

Version
1.0.1
License
unset
Stars
0

dist/index.d.ts

import * as react from 'react';

/** Reproduction of the Robocraze/Amazon blue FC-22 MQ-135 breakout. */
declare function MQ135AirQualitySensorModule(): any;

export { MQ135AirQualitySensorModule as default };