Table of Contents |
---|
...
By the end of this list, you should be in a place where you are more than ready to start work on the car. A lot of this stuff you might have already done or don't need to do if you've dabbled in software development before, but if you're fresh out of cornerstone you might need to go step by step. Go through at your own discretion, but each step is pretty important.
General Onboarding
Git
PlatformIO & VSCode
Install Visual Studio Code and install the extension PlatformIO
Might also be useful to install Python (preferably v3.10 per Telemetry Hub)
Coding Basics & Helpful Tips
Info |
---|
If you’re ever stuck while programming, Google and Stack Overflow!! Learning to find answers online is literally half of software engineering |
...
If you're interested in learning C++ and lower-level embedded code, try to walk through this tutorial. This should lay the groundwork for coding with objects, constructors, pointers, etc, especially if you do the exercises for the stuff you don't know. The code really resembles Arduino code at a base level.
Contribute!
For this team, our motto is:
...
For some projects, GitHub Issues is used to track tickets. For others, there might be a different way of tracking tasks/tickets/issues.
Info |
---|
Talk to your lead/head if you’re looking for things to do! |