Skip to content

v1.9.1 - upgrade STM32duino to 2.0.0, SparkFun SAMD core to 1.8.3

Compare
Choose a tag to compare
@bxparks bxparks released this 10 Aug 19:54
· 50 commits to master since this release
e21058a
  • 1.9.1 (2021-08-10)
    • Upgrade STM32duino Core from 1.9.0 to 2.0.0.
      • MemoryBenchmark: Flash usage increases by 2.6kB across the board, but
        static RAM goes down by 250 bytes.
      • AutoBenchmark: No change.
      • Very little change to AceButton code itself.
    • Upgrade SparkFun SAMD Core from 1.8.1 to 1.8.3.
      • No change observed in MemoryBenchmark or AutoBenchmark.
    • Add examples/SimultaneousButtons, showing how to detect the simultaneous
      press of 2 buttons.