1. 07 Feb, 2024 3 commits
  2. 05 Feb, 2024 1 commit
  3. 19 Jan, 2024 1 commit
  4. 17 Jan, 2024 4 commits
  5. 11 Jan, 2024 1 commit
  6. 08 Jan, 2024 1 commit
  7. 20 Dec, 2023 1 commit
  8. 15 Dec, 2023 1 commit
    • Benjamin Karic's avatar
      fix(adc): Always use default read resolution in __analogReadMilliVolts to... · b87d5257
      Benjamin Karic authored
      fix(adc): Always use default read resolution in __analogReadMilliVolts to obtain correct milliVolts value. (#9006)
      
      Add new __analogReadRaw function and move code from __analogRead without mapResolution part to __analogReadRaw.
      
      Refactor __anlogRead to use analogReadRaw (and mapResolution).
      
      Refactor __analogReadMilliVolts to always use default read resolution when reading adc value, as expected input by esp_adc_cal_raw_to_voltage is in default resolution (means replacing all calls of __analogRead with __analogReadRaw).
      b87d5257
  9. 29 Nov, 2023 1 commit
  10. 17 Nov, 2023 1 commit
  11. 05 Oct, 2023 1 commit
  12. 04 Oct, 2023 13 commits
  13. 15 Sep, 2023 6 commits
  14. 13 Sep, 2023 5 commits