Skip to content

Code to convert analog temperature into digital

Goal

Write a code to convert the analog data that was read(both temperature and humidity) from the DHT22 sensor into digital data

Steps to Complete

  • Write code using shunya interfaces API to use the ADC to convert the data

Acceptance Criteria

  • Code must be in C/C++
  • Code must be formatted properly
  • Code must have comments explaining each and every step clearly
Edited by Shriram K