]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmirws/chips/sht11/OpenDrainC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / platforms / tmirws / chips / sht11 / OpenDrainC.nc
index 5af6a2dd7b8e5cf4ca19bb3c5aa6e52c62dd84b4..e89e26f34685c0b1e634776111164f685cb6044d 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.
  */
+
 /**
  * Implement an open drain output using a GeneralIO, represented as a
  * GeneralIO.  Requires an external pull-up for proper operation.
  *
  * @author R. Steve McKown <rsmckown@gmail.com>
  */
+
 generic configuration OpenDrainC()
 {
   provides interface GeneralIO;