public/subjects/ultra-venom-speed-control-s...
Clement Denis 8d2a02f417 add new picine-discovery exercises 2021-04-29 17:51:05 +01:00
..
README.md add new picine-discovery exercises 2021-04-29 17:51:05 +01:00

README.md

🌟 Ultra Venom Speed Control System (RGB)

Instruction

You are writing the cooling controller of your new gaming PC.
Declare a constant variable fanSpeed of the RPM (revolutions per minute) of your cooling fan.

Check the provided variable temperature to define the fanSpeed value:

  • If the temperature is above 90 define it's value too 3200
  • If the temperature is above 70 define it's value too 1600
  • If the temperature is above 40 define it's value too 800
  • otherwhise set it's value to 0