Day 8 - writing a proper class start to finish
Display class for the LCD is now complete, ready to be integrated with rest of program.
Learnings:
- Use C strings over String objects to avoid heap fragmentation
- Use structs when you want to store different kinds of information about a state
- Consider what the class needs to know about the program, but also what it doesn’t need to know
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.