Search found 11 matches

by CaptainIgloo
02 Oct 2016 22:10
Forum: Z-Uno
Topic: BMP180 ZUNO_SETUP_CHANNELS
Replies: 2
Views: 4025

BMP180 ZUNO_SETUP_CHANNELS

Hi all I would like to send an atmospheric pressure sensor BMP180 to my controller. Here is my code: #include <Wire.h> #include <ZUNO_BMP180.h> ZUNO_BMP180 bmp; ZUNO_SETUP_CHANNELS( ZUNO_SENSOR_MULTILEVEL( ZUNO_SENSOR_MULTILEVEL_TYPE_BAROMETRIC_PRESSURE, SENSOR_MULTILEVEL_SCALE_KILO_PASCAL, // or 0 ...