Skip to content

This program is simulating a car physics in C++. The aim is to use real-time function such as treads and semaphores to create a realistic physics of a car. The embedded system has 3 buttons.

Notifications You must be signed in to change notification settings

Tim-HW/HW-Embedded-Software-Assignement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HW-Embedded-Software-Assignement

This program is simulating a car physics in C++. The aim is to use real-time function such as treads and semaphores to create a realistic physics of a car. The embedded system has 3 buttons.

1 - Acceleration. 2 - Break. 3 - Cruise mod.

alt text

Each of them uses interrputs and thread to update the physics equations with new inputs. caluclation in real time the exacte position of the car on a straight line. You can find more information on the PDF.

About

This program is simulating a car physics in C++. The aim is to use real-time function such as treads and semaphores to create a realistic physics of a car. The embedded system has 3 buttons.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages