Skip to content

Commit

Permalink
Remove test mode button combo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongGino committed Feb 26, 2024
1 parent b83a946 commit 3ece499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SamcoEnhanced/README.md
Expand Up @@ -66,7 +66,6 @@ Pause mode can be entered by either pressing C + Select by default, or *holding
- A, B, Start, Select: select a profile
- Start + Down: Normal gun mode (averaging disabled)
- Start + Up: Normal gun with averaging, switch between the 2 averaging modes (use serial monitor to see the setting)
- Start + A: Processing mode for use with the Processing sketch
- B + Down: Decrease IR camera sensitivity (use a serial monitor to see the setting)
- B + Up: Increase IR camera sensitivity (use a serial monitor to see the setting)
- C/Reload: Exit pause mode
Expand Down Expand Up @@ -137,6 +136,8 @@ The calibration data, profile settings, and extended gun options like custom pin
For ItsyBitsy M0 and M4 boards, the external on-board SPI flash memory is used; for ATmega32U4 and RP2040, the EEPROM is used (in the 2040's case, a simulated EEPROM provided by the USB stack that actually writes to program flash space, but is considered EEPROM nonetheless).

#### Processing Mode
TODO: being implemented in G4A-GUI.

The Processing mode is intended for use with the [SAMCO Processing sketch](https://github.com/samuelballantyne/IR-Light-Gun/tree/master/Samco_4IR_Beta/Samco_4IR_Processing_Sketch_BETA). Download [Processing](processing.org) and the 4IR processing sketch. The Processing sketch lets you visually see the IR points as seen by the camera. This is very useful aligning the camera when building your light gun and for testing that the camera tracks all 4 points properly, as well as observing possible reflections.

## Technical Details & Assorted Errata
Expand Down

0 comments on commit 3ece499

Please sign in to comment.