1. 07 Jun, 2021 3 commits
    • Käppler's avatar
      Do not check flash button during calibration · 39347f6e
      Käppler authored
      It does not make sense to toggle night mode
      or start another round of countdown during
      calibration.
      
      Closes #4.
      39347f6e
    • Käppler's avatar
      co2_sensor: Move 'state' enum to header file · 0afa6432
      Käppler authored
      This allows to access the current state from
      another code files.
      0afa6432
    • Käppler's avatar
      led_effects: Clarify blocking nature of countdown · 2b62a103
      Käppler authored
      * The 'int' return signature and the comment
      'Returns the number of remaining leds' sounds like the
      function would return its current countdown state.
      However, it only returns the number of remaining
      leds after the button was released. Thus change
      the type to 'bool' and return 'true' after a
      successful countdown
      
      * Do not use 1 as return value for night mode,
      because it is ambigous. Return 'false' instead.
      2b62a103
  2. 06 Jun, 2021 4 commits
  3. 05 Jun, 2021 10 commits
  4. 19 May, 2021 1 commit
  5. 10 May, 2021 2 commits
  6. 08 May, 2021 1 commit
  7. 07 May, 2021 2 commits
  8. 05 May, 2021 5 commits
  9. 04 May, 2021 3 commits
  10. 03 May, 2021 1 commit
  11. 01 May, 2021 5 commits
  12. 30 Apr, 2021 3 commits