On a ChipworkX device we would read files using:
File.ReadAllBytes(filename);
But if we try that on a NetDuino Plus which has a much smaller amount of memory,
we simply get an OutOfMemoryException.
The files are not that big, but I guess that's all relative in this case (1.5kb max).
What's the correct way to read files on a device like this?