LT8900/LT8910 Arduino library

Hi guys,

Today I've finished the first version of my LT8900 library ready for the public. I couldn't find one (not even a bad one) so I made it myself. The LT8900 is a low cost 2.4Ghz tranceiver module widely used in China, but not much outside.

https://bitbucket.org/robvanderveer/lt8900lib

The library provides the basic functionality for working with this sister of the NRF24L01 family, read/writing packets, setting channel etc. I haven't been able to make it over-the-air compatible with the NRF but maybe that could be done in the future.

It contains class documentation, and example file and an readme with all the details.

The module can be found here and here

All suggestions and remarks are welcome.