getDigital only works for 4 specific pins. Can it be made to work with generic digital pins? #4861

This commit is contained in:
Andrey 2023-01-03 21:46:56 -05:00
parent 764c506795
commit 3edc561e56
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "init.h"
#include "cli_registry.h"
#include "io_pins.h"
static void initSensorCli();