1. 06 Apr, 2018 4 commits
    • chuck todd's avatar
      Preserver custom pin assigments (#1239) · 7998e232
      chuck todd authored
      This code allows Wire.begin() to assign the default values of SDA, and SCL only if they have not been previously configured.  Arduino libraries that use Wire() usually re-init the I2C interface in their initialization code with a call to Wire.begin().  If a user app sets custom pins assignment in setup(); These assignments will be overwritten with the default values  whenever Wire.begin() is called.
      7998e232
    • reaper7's avatar
      currently, when M5Stack board is selected (#1242) · 5abe49e8
      reaper7 authored
      M5Stack variant (pins_arduino.h) file is not automatically included,
      because boards.txt m5stack-core-esp32.build.variant=esp32
      This commit changes m5stack-core-esp32.build.variant from esp32 to m5stack_core_esp32
      also rename M5Stack variant directory from m5stack-core-esp32 to m5stack_core_esp32
      5abe49e8
    • KEDARUMA FANTASTIC's avatar
      serial global instance fix (#1243) · c01e5563
      KEDARUMA FANTASTIC authored
      c01e5563
    • Shawn A's avatar
      fixes #1249 (#1269) · f6a4b024
      Shawn A authored
      f6a4b024
  2. 03 Apr, 2018 1 commit
  3. 09 Mar, 2018 2 commits
  4. 05 Mar, 2018 2 commits
  5. 04 Mar, 2018 18 commits
  6. 27 Feb, 2018 1 commit
  7. 08 Feb, 2018 1 commit
  8. 05 Feb, 2018 1 commit
  9. 23 Jan, 2018 1 commit
  10. 19 Jan, 2018 2 commits
  11. 18 Jan, 2018 3 commits
  12. 17 Jan, 2018 4 commits