Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

SAMCO Enhanced+ v1.4 - Operation

Compare
Choose a tag to compare
@SeongGino SeongGino released this 04 Nov 22:01
· 258 commits to plus since this release
2e264f8
(as in the National Diet Building, if you haven't caught on to the naming scheme yet)
  • Added three-shot burst firing mode, bringing the amount of force feedback models up to three! This will always fire the solenoid off three consecutive times for each trigger pull, held or not. Only works when solenoid is allowed/enabled on a build that incorporates one, obvi.
    • Also adds a respective toggle button combo in pause mode, Buttons A+B+C*
* This happens to be the same combo as the choice of buttons for exiting the processing run mode, hence why it calls that in the sketch instead of its own bespoke button combo mask.
  • Small technical change, LED functions are tweaked so that it's only included in the final compiled build if a board with builtin LEDs is used, or if explicitly enabled with the LED_ENABLED define.
    • As of now, nothing noticeable will be different, but this does make it easier to possibly add explicit external RGB support in the future (mainly NeoPixel, but generic RGB support might be possible). Currently the sketch still depends on an onboard DotStar or NeoPixel if available.

No binaries; just click "Source code (zip)" and extract to the necessary directories as stated in the project README. Documentation is included in the SamcoEnhanced sketch folder (as another README.md) and is highly recommended to be read before use.