Garry (Customer) asked a question.
ProductivityBlocks - Blink does not use the same variable for the off delay
It was brought to my attention the following:
ProductivityBlocks uses 32 pin instead of the variable.
- void loop()
- {
- __proBlocksDigitalWrite(_PBVAR_1_CPU_LED_PIN,HIGH);
- delay(250);
- __proBlocksDigitalWrite(32,LOW);
- delay(500);
- }
It uses "_PBVAR_1_CPU_LED_PIN" for the HIGH and "32" for the LOW.
I'm sure it is a quick fix.
Thanks,
Garry

Thanks for reporting. @Garry (Customer) This is a known issue. The fix will be in the next release.