Skip to content
Snippets Groups Projects
  1. Oct 11, 2018
  2. Aug 29, 2018
  3. Aug 01, 2018
  4. Jun 27, 2018
    • Marian Buschsieweke's avatar
      drivers/sht1x: Major refactoring · de9b67bd
      Marian Buschsieweke authored
      - Use RIOT's GPIO interface to access the sensor to increase portability
      - Changed API to allow more than one sensor per board
      - Added `sht1x_params.h` that specifies how the sensors is connected - each
        board can overwrite default settings by #defining SHT1X_PARAM_CLK and
        SHT1X_PARAM_DATA
      - Changed arithmetic to use integer calculations only instead of floating point
        arithmetic
      - Added support for checking the CRC sum
      - Allow optional skipping of the CRC check to speed up measuring
      - Added support for advanced features like reducing the resolution and skipping
        calibration to speed up measuring
      - Allow specifying the supply voltage of sensor which heavily influences the
        temperature result (and use that information to calculate the correct
        temperature)
      - Reset sensor on initialization to bring it in a well known state
      - Support for the obscure heater feature. (Can be useful to check the
        temperature sensor?)
      - Updated old SHT11 shell commands to the new driver interface, thus allowing
        more than one SHT10/11/15 sensor to be used
      - Added new shell command to allow full configuration of all attached SHT1x
        sensors
      - Removed old command for setting the SHT11 temperature offset, as this feature
        is implemented in the new configuration command
      de9b67bd
  5. Nov 30, 2017
  6. Nov 08, 2017
  7. Sep 14, 2017
  8. Aug 29, 2017
  9. May 24, 2017
  10. Apr 13, 2017
  11. Jan 31, 2017
  12. Jan 27, 2017
  13. Jan 25, 2017
  14. Jan 19, 2017
  15. Mar 15, 2016
  16. Mar 07, 2016
  17. Mar 05, 2016
  18. Feb 24, 2016
  19. Feb 18, 2016
  20. Jan 05, 2016
  21. Dec 07, 2015
  22. Oct 27, 2015
  23. Oct 21, 2015
  24. Oct 13, 2015
  25. Sep 17, 2015
  26. Sep 16, 2015
  27. Sep 03, 2015
  28. Sep 02, 2015
  29. Aug 06, 2015
  30. Jun 24, 2015
    • Oleg Hahm's avatar
      boards: remove all C++ comments · 5ca37400
      Oleg Hahm authored
      5ca37400
    • BigDaddyD's avatar
      boards: removed leading underscores from macros · b6bd0678
      BigDaddyD authored
      * also added a trailing underscore to header guards for consistency
      
      Commit for PR 2623, repairing header file include guards.
      This PR is intended to fix the include guards in files under RIOT/boards
      
      SQUASH ME: fix underscore removal overdos
      
      SQUASH ME: consistent macro naming
      
      SQUASH ME: missed that one
      
      SQUASH ME: fixed overdo
      
      SQUASH ME: consistency
      b6bd0678
Loading