Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.2 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.2 KB

Honeywell_ABP library

Arduino library for communication with Honeywell ABP Series digital pressure sensors via I2C.

Usage

  • Download and copy the Honeywell_ABP folder to your Arduino libraries folder (usually C:\Users\<user_name>\Documents\Arduino\libraries).
  • Include the library in your Arduino code:
#include "Honeywell_ABP.h"

Limitations

  • Only works with I2C - SPI has not been implemented in this library.
  • Does not work with ABP2 series, as its protocol is different from ABP - see issue #6

Reference