adafruit / Adafruit_BMP280_Library

Arduino Library for BMP280 sensors
253 stars 186 forks source link

Will this work on a Beaglebone Black? #4

Closed mikelupo closed 8 years ago

mikelupo commented 8 years ago

Having issues getting the sketch to compile for the BB on the Cloud 9 IDE. It says it can't find the library. bmp280test.ino:20:29: fatal error: Adafruit_Sensor.h: No such file or directory

Is it expected to work on that platform at all? Thanks

ladyada commented 8 years ago

no, this is totally the wrong code to use - its for arduino only!

mikelupo commented 8 years ago

Aside from writing one of my own, is there any hope of getting a library for other platforms?