Intel® Visual Compute Accelerator Product Specification and Hardware User’s Guide
23
highTemp=95
lowTemp=90
currentTemp=0
currentFan=getCurrentPWM()
# main loop
while True:
currentTemp=getTemperature()
if currentTemp >= highTemp:
currentFan=changeFan(currentFan,(currentTemp-highTemp)*proportional)
if currentTemp <= lowTemp:
currentFan=changeFan(currentFan,(currentTemp-lowTemp)*proportional)
time.sleep(waitTime)
Содержание VCA1283LVV
Страница 2: ......