Skip to content
View jcelmeta14's full-sized avatar

Block or report jcelmeta14

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. A simple usage of the Honeywell Ardu... A simple usage of the Honeywell Arduino library to control the Honeywell HPMA115S0-XXX sensor
    1
    #include <Honeywell.h>
    2
    #include <LiquidCrystal_I2C.h>
    3
    
                  
    4
    #define HONEYWELL_RX 2
    5
    #define HONEYWELL_TX 3
  2. arduino_honeywell_hpma115S0 arduino_honeywell_hpma115S0 Public

    Arduino library for Honeywell HPMA 115S0-XXX sensor

    C++ 1