You are browsing as a guest. Sign up (or log in) to start making projects!

11h 51m 2s logged

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
0
7

Comments 0

No comments yet. Be the first!