MAE 3185 - Introduction to Mechatronics

Logo

View the Project on GitHub Abhiricky1992/UTA-MAE3185-Notes

Text Editor

Any text editor, like Notepad, TextEdit, Notepad++, etc., can be used to write C/C++ code for the microcontroller. However, we will use VSCode (Visual Studio Code) in this class because it has a great deal of extra functionalities that makes writing the code easier. These functionalities include syntax highlighting, suggestions, Auto-Complete, and many more. It also interfaces with CMake so that the code can be compiled into a binary with a single click. Following are the steps for setting up VSCode properly. Instructions to install Visual Studio Code are given separately for MacOS and Windows/Linux

MacOS

Windows/Linux

Next