Merge pull request #8 from awenisko/patch-1

Update wiring.h
This commit is contained in:
Erik Tylek Kettenburg 2015-10-10 02:14:31 -07:00
commit 4a1f9c7ac5

View File

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