Does PropellerLoader.spin save to the EEPROM?
Jake11611
Posts: 47
Hello, I was going to use propellerloader.spin to program my protoboard. Does it only load to the other prop's RAM or does it save to the EEPROM?
Comments
so for Command in the Connect method if I put loader#LoadRun, or loader#ProgramRun they both equate to 0, so how does it know what to do?
#0, Shutdown, LoadRun, ProgramShutdown, ProgramRun
is a enumeration: Shutdown=0, LoadRun=1, ProgramShutdown=2, ProgramRun=3
Andy