]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/scp1000/Scp1000C.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / chips / scp1000 / Scp1000C.nc
index 1744de4ab43cd1bbb6aeac326d96f9b018ff92cc..f9be62f25f7bacadc5a5268b63854d012f2b0b11 100644 (file)
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
+
 /**
  * Main user component for the SCP1000 pressure sensor.  This is a highly
  * abstracted component designed for infrequent pressure measurements where
  * energy costs are to be minimized.
- * 
+ *
  * @author R. Steve McKown <rsmckown@gmail.com>
  */
+
 #include "Scp1000.h"
 
 configuration Scp1000C {
@@ -44,9 +44,6 @@ implementation {
   components new Scp1000P();
   ReadRef = Scp1000P;
 
-  components MainC;
-  MainC.SoftwareInit -> Scp1000P;
-
   components Scp1000PinsC;
   Scp1000P.CSn -> Scp1000PinsC.CSn;
   Scp1000P.PD -> Scp1000PinsC.PD;