tabs and comments
This commit is contained in:
@@ -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 *
|
* tactile button switches. Intended for use in state machine *
|
||||||
* constructs. Use the read() function to read all buttons in the *
|
* constructs. Use the read() function to read all buttons in the *
|
||||||
* main loop, which should execute as fast as possible, or at least *
|
* 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, *
|
* letter to Creative Commons, 171 Second Street, Suite 300, *
|
||||||
* San Francisco, California, 94105, USA. *
|
* San Francisco, California, 94105, USA. *
|
||||||
*----------------------------------------------------------------------*/
|
*----------------------------------------------------------------------*/
|
||||||
#include "WProgram.h"
|
|
||||||
#include "button.h"
|
#include "button.h"
|
||||||
|
|
||||||
//the constructor button(pin, puEnabled, invert, dbTime) instantiates a button object.
|
//the constructor button(pin, puEnabled, invert, dbTime) instantiates a button object.
|
||||||
|
|||||||
Reference in New Issue
Block a user