GPIO error on schematic library 1.4.1 and ZAP 2.0.7


JLS

Recommended Posts

Hi all

 

Please help me with simple GPIO not working !

 

I´m use Papilio One 500 + LogicStart MegaWing + schematic library 1.4.1 bit file + ZAP 2.0.7

 

 

int led[8] = {40,41,42,43,44,45,46,47};

 

void setup() {

 

for(i=0;i<8;i++){ 
 
  pinMode(led,OUTPUT);
  digitalWrite(led,HIGH) ;
  
  delay (100); }
 
}
 
Light only one led diode same time. Not possible on more diode than one.
 
Thanks help
 
Kamil

 

Link to comment
Share on other sites

Kamil,

 

Thank you for the heads up about this problem, there was a mistake in the VHDL for the LogicStart MegaWing. I made the correction and there is a new release, V1.4.2, available now.

http://forum.gadgetfactory.net/index.php?/files/file/47-papilio-schematic-library/

 

Thank you once again for your help and patience while I get all the bugs worked out.

 

Jack.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.