Looks interesting. Last commit was 2 years ago though. There is also IEEE 1451, which is not driver code per se but a way to have smart sensors which can identify themselves to a host system vs being hard-coded by hand every time. https://en.wikipedia.org/wiki/IEEE_1451
If there is a working driver (C++) for Ardunio and it uses I2C or SPI it should be straightforward to adapt it to BBB either in C++ with macros or preprocessor directives, or a Python wrapper. I have some Arduino drivers I've written (TMP102 among others) which I want to run on BBB so I will try to give this a spin soon and report back here... and release my drivers on Github once they are good enough to do so. Bruce -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
