Skip to content

Tags: tatemazer/AcaiaArduinoBLE

Tags

v3.3.0

Toggle v3.3.0's commit message
Now v3.3.0

v3.2.0

Toggle v3.2.0's commit message
now v3.2.0

v3.1.4

Toggle v3.1.4's commit message
now v3.1.4

v3.1.3

Toggle v3.1.3's commit message
now v3.1.3

v3.1.2

Toggle v3.1.2's commit message
now v3.1.2

v3.1.1

Toggle v3.1.1's commit message
now v3.1.1

v3.1.0

Toggle v3.1.0's commit message
now v3.1.0

v3.0.0

Toggle v3.0.0's commit message
V3.0 Hardware, update README, now v3.0.0

  added hardware files for V3.

  Leaving V2 hardware files for now.
  Firmware is backwards compatible,
  so those that wish to build their own
  shotStopper can still easily do so with
  the V2 hardware and the newest firmware

v2.3.0

Toggle v2.3.0's commit message
Updated README, now v2.3.0

v2.2.2

Toggle v2.2.2's commit message
fix debouncing issue on GS3, now v2.2.2

  increase poll rate and buffer length
  of button to avoid double-presses
  on GS3.

  The optocoupler seems to have a very
  weak signal from the button on the
  GS3, so the input looks like floating
  when the button is pressed.

  increased the buffer length of the
  button state to filter out the noise
  and avoid reading double presses.

  increased the poll rate to improve
  the resulting poor response time from
  the afformentioned change.