Hi all,
I'm compiling the binouts2 example in the swap library. But after uploading (which seems to be fine), the led does not blink although the loop function says:
Many thanks if someone can point me in the right direction.
Cheers
Jeremie
I'm compiling the binouts2 example in the swap library. But after uploading (which seems to be fine), the led does not blink although the loop function says:
Code:
void loop()
{
digitalWrite(LED, HIGH);
delay(100);
digitalWrite(LED, LOW);
delay(4900);
}
- My hardware is quite old: panstamp v2.2 on a panstick v1.3. Are the current code and libraries still compatible ?
- Setup is: Arduino 1.6.11 on linux, latest SWAP (1.0.8) and boards (1.5.6) installed
- The LED is working, if I compile and upload a sketch with basically nothing but a blinking led in the loop it works.
- Nothing is yet plugged to the panstick pins (relay or sensor)
- The lagarto-swap interface sees the panstamp
- The panstamp sends its register state according to the setup function but then nothing else nor does it react to attempt to change the register state from the lagarto interface.
Many thanks if someone can point me in the right direction.
Cheers
Jeremie