I have been playing around with programming for arduino but today i\'ve come across a problem that i can\'t solve with my very limited C knowledge. Here\'s how it goes. I\'m
The C way to split a string based on a delimiter is to use strtok (or strtok_r). See also this question.
C
strtok_r