Skip to content
Snippets Groups Projects
  1. Jun 13, 2014
    • Martin Vítek's avatar
      Updated method void display::set(int16_t) · beb403e7
      Martin Vítek authored
      	- It can handle negative numbers up to -99
      	- It can hadle 0
      	- It can handle positive numbers up to 999
      	- It automaticly add °C at the end
      	? Rename to set_temperature(int16_t temperature)
      	? Consider and handle numbers smaller than -99 and taller than 999
      beb403e7
    • Martin Vítek's avatar
      New library display.h · 818cc642
      Martin Vítek authored
      Reworked for new library display.h for driving 7-segment display.
      Removed all implementations of old FourTimesEihtSeg.h
      818cc642
  2. May 19, 2014
  3. May 15, 2014
  4. May 14, 2014
    • Martin Vítek's avatar
      New class oven_display · c5b62005
      Martin Vítek authored
      Temperature measuring isn't working!!
      c5b62005
    • Martin Vítek's avatar
      New class ove_button · ff4d856c
      Martin Vítek authored
      	- methods:
      			- ini() - variables needs inicializing outside constructor
      			- handler() - determine button press with lenght and call the
      appropriate function 
      			
      Add function oven_ini() in main.cpp
      ff4d856c
  5. May 13, 2014
  6. May 12, 2014
  7. May 11, 2014
  8. May 09, 2014
Loading