tabs and comments

This commit is contained in:
Jack Christensen
2012-03-21 18:21:06 -04:00
parent 0dbd6516b2
commit baff7a8076

View File

@@ -1,5 +1,5 @@
/*----------------------------------------------------------------------*
* button.cpp -- Library for reading momentary contact switches like *
* Button.cpp -- Library for reading momentary contact switches like *
* tactile button switches. Intended for use in state machine *
* constructs. Use the read() function to read all buttons in the *
* main loop, which should execute as fast as possible, or at least *
@@ -13,7 +13,6 @@
* letter to Creative Commons, 171 Second Street, Suite 300, *
* San Francisco, California, 94105, USA. *
*----------------------------------------------------------------------*/
#include "WProgram.h"
#include "button.h"
//the constructor button(pin, puEnabled, invert, dbTime) instantiates a button object.