A mbed Port of 'Sparkfun Si4703 Arduino Library'.

Dependents:   projekt_Si4703

Fork of Si4703 by Moran Z.

Revision:
1:3d2b66e5d09e
Parent:
0:1f830fa5c9b8
Child:
2:558ef02f39d0
--- a/SparkFun-Si4703.cpp	Fri Aug 07 04:26:47 2015 +0000
+++ b/SparkFun-Si4703.cpp	Fri Aug 07 04:30:15 2015 +0000
@@ -1,5 +1,5 @@
-#include <mbed.h>
-#include "SparkFun-Si4703.hpp"
+#include "mbed.h"
+#include "SparkFun-Si4703.h"
 
 Si4703_Breakout::Si4703_Breakout(PinName sdioPin, PinName sclkPin, PinName resetPin, Serial *pc)
 {