From: R. Steve McKown Date: Sat, 27 Oct 2012 03:55:30 +0000 (-0600) Subject: tmimsp: clean up open drain for sht1x DATA X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=3aed39b6730a55e41c9ae5a8a1e690bca5746147;hp=3aed39b6730a55e41c9ae5a8a1e690bca5746147;p=tinyos-2.x.git tmimsp: clean up open drain for sht1x DATA Rename Msp430OpenDrainC to Msp430ODPUC and fix it up. This is an open-drain component that also provides an internal pull-up so an external one is not required. It only works on MSP430 pins offering internal pull up/down feature. The OpenDrainC component provides an open-drain emulation, does not provide an internal pull-up, and should work for any microcontroller having a GeneralIO implementation for its GPIO pins. ---