I’ve been very busy working on a completely revised driver for the Dexter Industries DWiFi and I needed a clean way to tokenise a string that had a single character as a separator. ROBOTC didn’t seem to have a strtok() which is what you’d use if you were using gcc or some other standard C compiler. So I made my ...
Read More »