Update wiring.h

Defined INPUT_PULLUP mode.
This commit is contained in:
awenisko 2015-09-03 18:30:06 +02:00
parent 60edebc52b
commit 7d52a0cfb9

View File

@ -43,6 +43,7 @@ extern "C"{
#define INPUT 0x0
#define OUTPUT 0x1
#define INPUT_PULLUP 0x2
#define true 0x1
#define false 0x0