Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the basics of functions in microcontroller programming, including rules for naming constants, variables, and functions, using 'define' for hardware description, and structuring programs with top-down or bottom-up approaches. Examples demonstrate defining pins, creating functions for robot movements, managing global and local variables, and passing parameters. The importance of meaningful names, adherence to naming conventions, and step-by-step complexity progression are emphasized.