VEX IQ Gen 2 Brains and SD Cards

So. I am a bit curious on the SD card slot on the Gen 2 IQ brain. All I saw was it can be used for logging. But it wasn’t clear to me how I should do this. I have it formatted to FAT32, and I don’t know what next to do. How can I log data to the SD card? And also, how can I get my code to read it?

The simplest APIs are here.

Beyond that, you can use standard file reading and writing functions for both Python and C++