Skip to content
  1. May 03, 2012
    • MaikStohn's avatar
      Moved LCD initialization out of constructor · 032df0b2
      MaikStohn authored
      Since the class "MainMenu" was used within a static variable the
      initialization of the object (constructor call) was done before Arduino
      library startup. It always caused a crash when using AVRStudio with
      JTAG debugger (caused from calling the LCD initialization / the lot of
      I/O work / the stack used during this calls). By moving the LCD_INIT
      out of the constructor and using an explicit call inside of Arduino
      setup() implementation immediately fixed all problems and the JTAG
      debugger runs fine.
      032df0b2
    • MaikStohn's avatar
    • MaikStohn's avatar
      delete obsolete and wrong code · 060b38de
      MaikStohn authored
      "i" runs from 0 to 4 but "add_homeing" array size is 3 only. On the
      other hand the calculated value gets overwritten by either one of the
      if choice.
      060b38de
    • MaikStohn's avatar
      fixed typo in comment · 789ba02d
      MaikStohn authored
      789ba02d
  2. May 02, 2012
  3. Apr 30, 2012
  4. Apr 28, 2012
  5. Apr 27, 2012
  6. Apr 26, 2012
  7. Apr 22, 2012
  8. Apr 15, 2012
  9. Apr 12, 2012
  10. Apr 11, 2012
  11. Apr 10, 2012
  12. Apr 09, 2012
  13. Apr 08, 2012
  14. Apr 02, 2012
  15. Apr 01, 2012
  16. Mar 27, 2012
  17. Mar 25, 2012
  18. Mar 23, 2012