1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-26 07:02:15 +03:00

add INPUT_PULLDOWN support

This commit is contained in:
Markus Sattler
2015-04-21 19:46:23 +02:00
parent f033fe8e6e
commit 69734ed239
2 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,7 @@ void yield(void);
#define INPUT 0x0
#define OUTPUT 0x1
#define INPUT_PULLUP 0x2
#define INPUT_PULLDOWN 0x3
#define OUTPUT_OPEN_DRAIN 0x4
#define PI 3.1415926535897932384626433832795