Programming Building Blocks of Programming Languages Notes on the basic programming building blocks: expressions, statements, statement blocks, and function blocks.
Programming Pointers, Arrays, and Functions in Arduino C Now that we’ve completed our introduction to pointers, I had really wanted to move on and wrap up our section on using an EEPROM with the I2C protocol today.
Programming Variables, Pointers, and Indirection in Arduino C Before we continue on with learning about the I2C protocol and our EEPROM project, we need to discuss variables: what they are and what goes on behind the scenes. Knowledge