X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fscp1000%2FScp1000C.nc;h=f9be62f25f7bacadc5a5268b63854d012f2b0b11;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=1744de4ab43cd1bbb6aeac326d96f9b018ff92cc;hpb=86e1f38f71efaa4ef35d676dde514fb9884f124e;p=tinyos-2.x.git diff --git a/tos/chips/scp1000/Scp1000C.nc b/tos/chips/scp1000/Scp1000C.nc index 1744de4a..f9be62f2 100644 --- a/tos/chips/scp1000/Scp1000C.nc +++ b/tos/chips/scp1000/Scp1000C.nc @@ -26,15 +26,15 @@ * (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 */ - + #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;