X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fapps%2Fradios%2Fccspi.c;h=6fdea296507834198874d34ee64a7b8ae2ab947a;hp=bf68a58783d20eef379ddcd06535b8b5abe54c9a;hb=ea94279f763800d71e86d9bb25d140bf78dfb4ea;hpb=2c299b308dca8a7667bacce7690fa6238492723f diff --git a/firmware/apps/radios/ccspi.c b/firmware/apps/radios/ccspi.c index bf68a58..6fdea29 100644 --- a/firmware/apps/radios/ccspi.c +++ b/firmware/apps/radios/ccspi.c @@ -1,6 +1,11 @@ /*! \file ccspi.c \author Travis Goodspeed \brief Chipcon SPI Register Interface + + Unfortunately, there is very little similarity between the CC2420 + and the CC2500, to name just two of the myriad of Chipcon SPI + radios. Auto-detection will be a bit difficult, but more to the + point, all high level functionality must be moved into the client. */ //Higher level left to client application.