private static mStorage;
public void Initialize()
{
mStorage = new PersistentStorage("SD") ;
}
why this gives me system error?
private static mStorage;
public void Initialize()
{
mStorage = new PersistentStorage("SD") ;
}
why this gives me system error?
Many reasons!
Good power source?
Good SD card brand?
Formatted card?
Try different cards?
that won’t compile… missing static object type.