Going Beyond Arduino #7: Typdef, Struct and Union

This video demonstrates the use of Typedef, Struct and Union. They are then used to declare variables that help in configuring Timer/Counter 0 and 2. The code examined in this video is available on my GitHub site. The timer/counter driver code is at: https://github.com/hollingerc/AVR/tre... The StructPWM program is at: https://github.com/hollingerc/going-b... Some useful links: Typedef: https://en.wikipedia.org/wiki/Typedef Struct: https://en.wikipedia.org/wiki/Struct_...) Union: http://www.tutorialspoint.com/cprogra... Many other examples can be found on the internet.