**TI83F*

Created by TI-Smartview CE 5.4.0.1858     4 #VENTI2    #!PYCD from ti_system import *
from time import *
from temperat import *
from conservo import *

def ventilateur():
  disp_clr()
  a=temperature("IN 1")
  e=continuous_servo("OUT 3")
  while not escape():
    b=a.measurement()
    print(b)
    if b>25:
      e.set_cw(20,3)
    sleep(3)




·Z