UTHT / pod1-electronics-scripts

UTHT Pod 1 sensor libraries.
MIT License
0 stars 0 forks source link

Sensor Library - TMP006 #12

Closed JLefebvre55 closed 3 years ago

JLefebvre55 commented 3 years ago

Test Script Author: Angus Wu @AngusWu25 Current Hardware Owner: Rosalie Pampolina @rosalie1612 Final Review: Urmil Modi @urmilmodi

  1. Author reviews library contents
  2. Jayden Lefebvre writes Arduino test script using library
  3. Current owner tests library implementation on hardware, documents results

Comment on this PR if you have any questions

angusjhwu commented 3 years ago

Regarding the comment in TMP006.cpp line 11 "//TODO is tmp006.wake()", the sensor library's init function already wakes the sensor. So unless the sensor is instructed to head into sleep mode during operation, there is no need to implement the wake function. Other than that, the core function of the header and cpp files are ready for testing. The calibration factor can be implemented later.

JLefebvre55 commented 3 years ago

@AngusWu25 Thanks for the clarification!

JLefebvre55 commented 3 years ago

@urmilmodi Awaiting your review