]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/sht11/SensirionBusyWaitC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / chips / sht11 / SensirionBusyWaitC.nc
index 6140f42ba80a65d92bbd21f3f50c31c255756707..d4f51e8b1b5ce0c2a1a9240b76293b033f80ef6d 100644 (file)
@@ -26,7 +26,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
+
 /**
  * This BusyWait interface is solely designed for use in providing the
  * necessary 5us timing when bit-banging the SHT1X sensibus clock pin in
  * is designed for such platforms.  Platforms using higher performance
  * microprocessors may need to override this component with a platform-specific
  * one to provide the necessary wait time.
- * 
+ *
  * @author R. Steve McKown <rsmckown@gmail.com>
  */
+
 module SensirionBusyWaitC {
   provides interface BusyWait<TMicro, uint8_t>;
 }