# Fan-Controller-with-Heat-input This small project has been created and built related to the free from built-in library in Eclipse CDT for Embedded System. /n
INSTRUCTIONS FOR UNIX
- Choose <> Code and Copy HTTPS for Git. (*Link_HTTPS_that_you_copied). For example: https://github.com/Binzakens/STM32F407VG_TemperatureAffectFan_Eclipse_20203318.git
- Open CMD (Terminal) and type the commands in this order:
- $ cd /home/*user_name/eclipse-workspace/
- $ git clone *Link_HTTPS_that_you_copied
- It is likely that you've cloned the Git above into your Eclipse's default workspace directory. Check if the file is there or not. The dir should've named 'STM32F407VG_TemperatureAffectFan_Eclipse_20203318'
- Open Eclipse IDE
- File -> Import -> General -> Choose 'Existing Projects into Workspace' -> Browse the file in /home/*user_name/eclipse-workspace/STM32F407VG_TemperatureAffectFan_Eclipse_20203318
- Choose 'Select All' and 'Search for nested projects' option. Click Finish!
- Build the Project for the first time and Debug it. Make sure to configure the Board and Device name in gnuarmeclipse
- Board name: STM32F4-Discovery. Device name: STM32F407VG.
- Profit!