SilverThings / bulldog

Java GPIO Library for BeagleBoneBlack, Raspberry Pi and CubieBoard.
http://www.silverspoon.io
Apache License 2.0
49 stars 23 forks source link

Move board specific native code to corresponding submodule (fixes #24) #48

Closed mijaros closed 9 years ago

mijaros commented 9 years ago

The specific code was moved from bulldog-linux-native to bulldog-linux-native-beagleboneblack

The compilation of beaglebone specific code was moved to its submodule too.