Boiling Pot: Display, And Status Reporting

Standup Records

Requirements

BoilingPot clearly needs a temperature display and a status reporting interface.

Make the following test cases work (both from boiling-pot-test.cpp

  • BoilingPot_suite.status_report

  • BoilingPot_suite.percentage_display

Dependencies

cluster_fh2021 WS2023/24: Group Project - Tasks fh2021_pwm_display Temperature Display: LED Via A PWM Controller fh2021_boiling_pot (DONE) Boiling Pot (The Beginning) fh2021_switch_interface (DONE) Switch Interface fh2021_boiling_pot->fh2021_switch_interface fh2021_sensor_interface (DONE) Sensor Interface fh2021_boiling_pot->fh2021_sensor_interface fh2021_boiling_pot_display Boiling Pot: Display, And Status Reporting fh2021_boiling_pot_display->fh2021_boiling_pot fh2021_display_infrastructure Display Interface/Infrastructure fh2021_boiling_pot_display->fh2021_display_infrastructure fh2021_display_infrastructure->fh2021_pwm_display fh2021_display_infrastructure->fh2021_switch_interface