05_analog_thermometer2

Forks of 05_analog_thermometer2

A fork is a repository which is based on a copy of this repository.

/** 05_analog_thermometer2 * Measeures the temperature by using a Microchip MCP9700A * analog thermometer (parameteres: 10 mV/C, 500 mV offset, VCC= 2.3-5.5V) * Averaged result is printed to standard output. …