Skip to content
Snippets Groups Projects
  1. Nov 03, 2015
  2. Oct 31, 2015
  3. Oct 26, 2015
  4. Oct 21, 2015
  5. Oct 12, 2015
  6. Sep 29, 2015
  7. Sep 24, 2015
  8. Sep 23, 2015
  9. Sep 16, 2015
  10. Sep 10, 2015
  11. Sep 09, 2015
  12. Sep 04, 2015
  13. Aug 25, 2015
  14. Aug 24, 2015
  15. Aug 19, 2015
  16. Aug 14, 2015
  17. Aug 13, 2015
    • Cristian Maglie's avatar
      [Wire] simplified coding unnecessarily complex (hfvogt) · 024e089d
      Cristian Maglie authored
      In the wire library there are several functions where
      an unnecessarily complex coding has been used:
      
        - endTransmission: the availability of data is already
          checked in while(...), therefore need not be checked
          again in the loop.
        - requestFrom: the for-loop has a predefined and fixed
          number of loops. Therefore a check whether the last
          element has been reached is unnecessary and does not
          add any benefit.
      
      Fixes #20
      024e089d
Loading