SpaceTeddy / CC1101

driver library for Ti CC1100 / CC1101. For Arduino and Raspberry Pi
MIT License
271 stars 92 forks source link

MSP430 MCU support is added by me #32

Open abhra0897 opened 5 years ago

abhra0897 commented 5 years ago

Hi SpaceTeddy, thank you for your awesome library for interfacing CC1101 with AVR (Arduino) and Raspberry Pi.

However, I have recently added support for Texas Instrument's MSP430 MCUs. It's tested and works properly. My library is also completely compatible with yours and for that reason, communication between MSP430 and AVR is possible (Tested).

If you add my library with your repository, that will be helpful to many others, or you can just mention it in your readme - whatever you think is the best.

Best regards, Avra

SpaceTeddy commented 5 years ago

Dear Avra, Cool, that you added MSP430 support for this library. Awesome!!! Unfortunately I don’t have any time to support this library in the future, therefore I think it is the best to add a link to your library in my readme. If you want to add further features, then it is easier for you to add these items. Please give me some days to add it

Thank you to bring this project further.

Chris

abhra0897 commented 5 years ago

Thank you for your reply. Add the link when you are free, no problem. I'm really grateful to you for this library as it helped us tremendously in a cubesat project. Now it supports 3 major platforms- AVR, MSP430 and Raspberry pi. Next I'll try to add STM32 support in my spare time.