FSM thermostat
main.c File Reference

Basic FSM reading analog data from a linear thermistor LM35. More...

#include <stdio.h>
#include "port_system.h"
#include "port_led.h"
#include "fsm_thermostat.h"

Go to the source code of this file.

Functions

int main ()
 Main function. More...
 

Detailed Description

Basic FSM reading analog data from a linear thermistor LM35.

Author
Josué Pagán (j.pag.nosp@m.an@u.nosp@m.pm.es)
Version
0.1
Date
2024-05-01

Definition in file main.c.

Function Documentation

◆ main()

int main ( )

Main function.

Returns
int

Definition at line 26 of file main.c.