Write my code
Budget: $30 – $250 USD
Me
Nov 16, 2022, 12:36 PM
The project is a gear shift for a mercedes benz. The model doesn't matter, but our gear shift has the 4 functions of seat shifting, temperature change, gear shifting, and radio. I'm in charge of the temperature function and I need a code that changes the temperature, fan speed, and hot/cold air. For the temperature, it should have 3 parameters. One for temp and one for fan speed. Nothing needs to be done for fan speed. Temp, though, you need to find if it is hot air or cold air. The temp is set to the middle so just use that number for if it is hot or cold (you can use if else statements but if there is a more complicated way that you can figure out then that would be great). The third parameter should be to change the temp from Celsius to Fahrenheit. I am not exactly sure if this needs to be something done in the gui for the code. Try to make it part of the definition to add more lines of code. 40-50 lines minimum.
This is the base, I only need the temperature part done.
Nov 16, 2022, 12:36 PM
The project is a gear shift for a mercedes benz. The model doesn't matter, but our gear shift has the 4 functions of seat shifting, temperature change, gear shifting, and radio. I'm in charge of the temperature function and I need a code that changes the temperature, fan speed, and hot/cold air. For the temperature, it should have 3 parameters. One for temp and one for fan speed. Nothing needs to be done for fan speed. Temp, though, you need to find if it is hot air or cold air. The temp is set to the middle so just use that number for if it is hot or cold (you can use if else statements but if there is a more complicated way that you can figure out then that would be great). The third parameter should be to change the temp from Celsius to Fahrenheit. I am not exactly sure if this needs to be something done in the gui for the code. Try to make it part of the definition to add more lines of code. 40-50 lines minimum.
This is the base, I only need the temperature part done.