Added INPUT_PULLUP support and let analog write use full PWM range

This commit is contained in:
ZodiusInfuser
2021-03-22 16:52:06 +00:00
parent f2a0e601b2
commit d0074840ab
7 changed files with 15 additions and 4 deletions

View File

@@ -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);