unsigned long currentMillis
will store current time
void loop()
After creating a setup() function, which initializes and sets the initial values, the loop() function...
void setup()
For initialisation of the Board.
void test_communication()
unsigned long previousMillis
will store last time