mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-04-27 15:19:02 -07:00
Update wiring.h
Defined INPUT_PULLUP mode.
This commit is contained in:
parent
60edebc52b
commit
7d52a0cfb9
@ -43,6 +43,7 @@ extern "C"{
|
||||
|
||||
#define INPUT 0x0
|
||||
#define OUTPUT 0x1
|
||||
#define INPUT_PULLUP 0x2
|
||||
|
||||
#define true 0x1
|
||||
#define false 0x0
|
||||
|
Loading…
x
Reference in New Issue
Block a user