Added INPUT_PULLUP support and let analog write use full PWM range
This commit is contained in:
@@ -31,6 +31,7 @@ extern "C" {
|
||||
|
||||
#define INPUT 0x00
|
||||
#define OUTPUT 0x01
|
||||
#define INPUT_PULLUP 0x02
|
||||
|
||||
extern void pinMode(uint32_t pin, uint32_t mode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user