]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/scp1000/Scp1000C.nc
Reorganize scp1000 driver code.
[tinyos-2.x.git] / tos / chips / scp1000 / Scp1000C.nc
index bb022c2f44ef00aae4b2da25ea71b32d3268c69e..d84a665179d67036197f3f29c3892e9c7bd6d4be 100644 (file)
@@ -32,7 +32,7 @@
  * abstracted component designed for infrequent pressure measurements where
  * energy costs are to be minimized.
  * 
- * @author R. Steve McKown <smckown@gmail.com>
+ * @author R. Steve McKown <rsmckown@gmail.com>
  */
  
 #include "Scp1000.h"
@@ -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;