X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fscp1000%2FScp1000C.nc;h=f9be62f25f7bacadc5a5268b63854d012f2b0b11;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=bb022c2f44ef00aae4b2da25ea71b32d3268c69e;hpb=cffaafb54dc15ecad07b1786c1a6d3865cd16a56;p=tinyos-2.x.git diff --git a/tos/chips/scp1000/Scp1000C.nc b/tos/chips/scp1000/Scp1000C.nc index bb022c2f..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 + * + * @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;