Embedded C for Self Driving Car Part 1
5 min readMay 9, 2022
--
Integer Type
So you are ready to write embedded code for a self-driving car like WAYMO or a smart thermostat like Nest. You want to write a code that will go to a specific processor to analyze certain sensor data to make decisions like make a right turn or turn on the heat.
Let’s sit back, and think a little deep. Let’s break down the problem. Let’s only focus on one…