Multiply function code

I don’t know, I’ve never gone down the ESP32 route, but start by getting it working with a very simple Blynk sketch by searching this forum for examples, then do some searching for appropriate pins to use. The later comments in this thread might help:

Then it’s simply a choice of code replication versus arrays or pointers. I’d go for code replication myself, it’s easier and there are no real disadvantages.

Pete.