Library for Silicon Labs Si47xx AM/FM receiver. I tested Si4730 and Si4735.

Revision:
2:d0de9c9c66a8
Parent:
1:c2a5efba43bc
Child:
3:4873fd430c38
--- a/MjSi47xx.h	Sun Aug 30 05:28:02 2015 +0000
+++ b/MjSi47xx.h	Sun Aug 30 07:32:54 2015 +0000
@@ -28,7 +28,6 @@
 
     void writeCmd(uint8_t cmd, const uint8_t* argv = NULL, size_t argc = 0);
     void readRes(uint8_t* status, uint8_t *resv = NULL, size_t resc = 0);
-    void waitCTS();
 
 };