Add HASP_NUM_GPIO_CONFIG

This commit is contained in:
fvanroie 2020-05-25 19:50:44 +02:00
parent 5d18fb7e4a
commit 4b2b8e2b8a

View File

@ -69,6 +69,10 @@
#define HASP_USE_PNGDECODE 0
#endif
#ifndef HASP_NUM_GPIO_CONFIG
#define HASP_NUM_GPIO_CONFIG 5
#endif
#ifndef HASP_NUM_INPUTS
#define HASP_NUM_INPUTS 3 // Buttons
#endif