/// <summary>
        /// Initializes a new instance of the <c>LineFollowingSensor</c> class, attaching
        /// it to the specified <c>Element</c> instance.
        /// </summary>
        /// <param name="s"></param>
        public LineFollowingSensor(Element s)
            : this()
		{
			this.Element = s;
		}
Example #2
0
		/// <summary>
        /// Initializes a new instance of the <c>Element</c> class, attaching
        /// it to the specified Element instance.
		/// </summary>
        public Potentiometer(Element element)
		{
			this.Element = element;
		}
Example #3
0
		/// <summary>
		/// Initializes a new instance of the <c>Ping</c> class, attaching
        /// it to the specified <c>Element</c> instance.
		/// </summary>
		public Ping(Element element)
		{
			this.Element = element;
		}
Example #4
0
		/// <summary>
        /// Initializes a new instance of the <c>Element</c> class, attaching
        /// it to the specified Element instance.
		/// </summary>
		public SharpGP2D12(Element element)
		{
			this.Element = element;
		}
Example #5
0
		/// <summary>
		/// Initializes a new instance of the <c>TPA81</c> class, attaching
        /// it to the specified <c>Element</c> instance.
		/// </summary>
		public TPA81(Element element) : this()
		{
			this.Element = element;
		}
Example #6
0
		/// <summary>
		/// Initializes a new instance of the <c>SRF08</c> class, attaching
        /// it to the specified <c>Element</c> instance.
		/// </summary>
		public SRF08(Element element)
		{
			this.Element = element;
		}
Example #7
0
		/// <summary>
		/// Initializes a new instance of the <c>SRF10</c> class, attaching
        /// it to the specified <c>Element</c> instance.
		/// </summary>
		public SRF10(Element element)
		{
			this.Element = element;
		}
Example #8
0
		/// <summary>
		/// Initializes a new instance of the <c>WheelEncoder</c> class, attaching
        /// it to the specified <c>Element</c> instance.
		/// </summary>
		public WheelEncoder(Element element)
		{
			this.Element = element;
		}
Example #9
0
		/// <summary>
		/// Initializes a new instance of the <c>MaxSonarEZ1</c> class, attaching
        /// it to the specified <c>Element</c> instance.
		/// </summary>
		public MaxSonarEZ1(Element element)
		{
			this.Element = element;
		}
Example #10
0
		/// <summary>
		/// Initializes a new instance of the <c>SRF04</c> class, attaching
        /// it to the specified <c>Element</c> instance.
		/// </summary>
		public SonarSRF04(Element element)
		{
			this.Element = element;
		}