August 2014
Beginner
432 pages
10h 42m
English
What You’ll Learn in This Hour:
What are strings?
Handling strings with C
The Arduino way to handle strings
Working with strings in your programs
One of the most confusing parts of the C programming language is working with text. Unfortunately, the C language uses a complex way of handling text, which can be somewhat ...