androidthings / contrib-drivers

Open source peripheral drivers
Apache License 2.0
558 stars 174 forks source link

AlphanumericDisplay class missing #83

Closed TiksGanesh closed 6 years ago

TiksGanesh commented 6 years ago

Hi today i included library inti AndroidThings projcet using AndroidStudio. Below classes are missing from library

AlphanumericDisplay, Speaker, Servo,Button, ButtonInputDriver,Apa102, Bmx280SensorDriver,Bmx280

Fleker commented 6 years ago

You may need to add them separately to your build.gradle until the newer versions of the RainbowHat dependency is re-generated, as per fc2e222b36a071f427ac380b579442fb9ea27418

Fleker commented 6 years ago

If you update to the latest RainbowHat version you should see the classes.

implementation 'com.google.android.things.contrib:driver-rainbowhat:0.8'