Hello, thanks for your reply,
Sorry if it was not clear, the code I have shown is a test, I just want to make sure all the inputs are working.
I am using platformIO IDE, the main.cpp file is:
#include <Arduino.h>
extern "C" void ASMprog();
void setup()
{
}
void loop()
{...