Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 880 Bytes

File metadata and controls

31 lines (20 loc) · 880 Bytes

CLAUDE.md — CThermocoupleConverter

What this project is

Android app for converting between temperature and energy units, with support for Type C thermocouple millivolt readings. Uses polynomial approximation coefficients for accurate EMF-to-temperature mapping.

GitHub: https://github.com/Jufiba/CThermocoupleConverter
Current version: 1.0.0
Min SDK: Android 2.2 (API 8) / Target: Android 4.1 (API 16)

Supported units

Kelvin, Celsius, Fahrenheit, Type C thermocouple mV, eV, kJ/mol, kcal/mol.

Build

./gradlew assembleDebug

Also supports Ant-based build. Debug APK included in repo for v1.0.0.

History

v1.0.0

  • Initial release: temperature unit converter Android app
  • Type C thermocouple polynomial approximation
  • Debug APK committed to repo

Note: Add details of any subsequent work here as the project evolves.