Summary
We have learned two confusing and great aspects of C programming in this chapter. The pointer is very useful for memory saving, since we are working with a small-memory device. A structure helps to organize and shorten our code. If we want to learn coding efficiently, we must not skip this chapter, because this chapter will help us to prepare for Chapter 8, Working with Arduino Libraries.