adafruit / Adafruit_BMP280_Library

Arduino Library for BMP280 sensors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Will this work on a Beaglebone Black?

mikelupo opened this issue · comments

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

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

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