I'm trying to read speeds ive saved to an SD card file, each speed is separated by a break character "-". How can i split this data into separate strings.
additionally i initially saved this data to file using separate lines ( to make it easier to read when i look at it on the computer), could i use a break character to split this data too?