Activity › Forums › Questions & Troubleshooting › Software & Firmware › Porting Arduino code… › Reply To: Porting Arduino code…
-
Hello Lucko,
Have you installed the CONTROLLINO Libs correctly?
But you can always use the original Arduino pin names (see Pinout the blue numbers).
So in your case use …
int startPin = A15;
int sensorPin = A14;
int outputPin = 12;
regards
Marco