1. 13 Jun, 2016 2 commits
  2. 11 Jun, 2016 1 commit
  3. 10 Jun, 2016 1 commit
    • Konrad Hübner's avatar
      added fadeIn, faceOut and shift to ws2812 module (#1343) · 500bbced
      Konrad Hübner authored
      * added fadeIn, faceOut and shift to ws2812 module
      
      * improvements to rotate, unified fade method
      
      shift renamed to rotate and usage of more efficient memory operations.
      fadeIn and fadeOut unified into fade method with optional parameter for direction.
      
      * rename method to "shift" with optional mode parameter
      500bbced
  4. 08 Jun, 2016 1 commit
  5. 05 Jun, 2016 7 commits
  6. 04 Jun, 2016 2 commits
  7. 03 Jun, 2016 5 commits
  8. 02 Jun, 2016 1 commit
  9. 01 Jun, 2016 2 commits
  10. 27 May, 2016 4 commits
  11. 24 May, 2016 1 commit
  12. 23 May, 2016 1 commit
  13. 22 May, 2016 1 commit
  14. 21 May, 2016 2 commits
  15. 18 May, 2016 2 commits
    • Marcel Stör's avatar
      ab6c2c39
    • Johny Mattsson's avatar
      Rework ADC mode setting approach (#1285) · 30d354c2
      Johny Mattsson authored
      - Stop fighting against the SDK in terms of owning/writing the init_data block.
        NodeMCU included a default init_data block because originally the SDK did
        not, but by now it's not needed.
      
      - Expose a way to reconfigure the ADC mode from Lua land. With most people
        using the cloud builder and not able to change the #define for byte 107
        this has been a pain point.
      
      - Less confusion about which init_data has been used. Lua code can now simply
        state what mode it wants the ADC to be in, and not worry about the rest of
        the init_data complexities such as the init_data changing location due to
        flashing with wrong flash_size setting, or doing/not doing a chip-erase
        before loading new NodeMCU firmware.
      30d354c2
  16. 16 May, 2016 1 commit
  17. 15 May, 2016 1 commit
  18. 14 May, 2016 2 commits
  19. 13 May, 2016 2 commits
  20. 12 May, 2016 1 commit