HPMA115S0-Library (community library)

Summary

Name Value
Name HPMA115S0-Library
Version 1.0.0
Installs 480
Author Felix Galindo
Maintainer Felix Galindo felixgalindo91@gmail.com
URL https://github.com/felixgalindo/HPMA115S0.git
Download .tar.gz

A library for Honeywell HPMA115S0 Particle Sensor Supports the HPMA115S0

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

HPMA115S0

Library for Honeywell's Particle Sensor (HPMA115S0-XXX)

This fork provides some debugging functionality (printing more information to the Serial Monitor). Additional minor changes were added.

Instructions

  • Place this repository in Documents\Arduino (or your default library location).
  • Include this library: #include <hpma115S0.h>
  • OR place hpma115S0.h and hpma115S0.cpp in same folder as your Arduino sketch and include using #include "hpma115S0.h"
  • The debugging can be turned off by commenting out the line in src/hpma115s0.g // #define DEBUG

An additional example with a hardware serial for the Arduino Mega will be provided.

Browse Library Files