8 years, 9 months ago.

How do you "print" a tab?

I tried

keyboard.keyCode(TAB);

but it won't compile.

(Freedom KL25Z) note: other code from the example works fine with the new lib from the above question. also remember to use the other USB plug on the KL25Z!

Greg

Question relating to:

1 Answer

8 years, 9 months ago.

TAB code is '\t' New line code is '\n'

Example: printf("\t");

Accepted Answer

Yes! it works, Thanks Andre : )

posted by Comus Labs 17 Jul 2015