getDigital only works for 4 specific pins. Can it be made to work with generic digital pins? #4861
This commit is contained in:
parent
764c506795
commit
3edc561e56
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include "init.h"
|
||||
#include "cli_registry.h"
|
||||
#include "io_pins.h"
|
||||
|
||||
static void initSensorCli();
|
||||
|
||||
|
|
Loading…
Reference in New Issue